mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
phpstan: Address a range of level 2 issues
This commit is contained in:
@@ -7,6 +7,8 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
/**
|
||||
* @property int $created_by
|
||||
* @property int $updated_by
|
||||
* @property ?User $createdBy
|
||||
* @property ?User $updatedBy
|
||||
*/
|
||||
trait HasCreatorAndUpdater
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user