PHPDoc fixes (#12693)

This commit is contained in:
Jellyfrog
2021-04-01 00:35:19 +02:00
committed by GitHub
parent 24c8513029
commit a0a3a1c8d8
20 changed files with 45 additions and 26 deletions

View File

@@ -26,6 +26,7 @@ use Permissions;
* @property-read int|null $ports_count
* @property-read int|null $sensors_count
* @property-read int|null $wirelessSensors_count
* @method static \Database\Factories\DeviceFactory factory(...$parameters)
*/
class Device extends BaseModel
{