1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00

Single-line docblock

This commit is contained in:
Samuel Štancl 2020-03-08 14:57:18 +01:00 committed by GitHub
parent 292b7acd16
commit e02bd3927a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,7 @@ class TenantManager
{ {
use ForwardsCalls; use ForwardsCalls;
/** /** @var Tenant The current tenant. */
* The current tenant.
*
* @var Tenant
*/
protected $tenant; protected $tenant;
/** @var Application */ /** @var Application */