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

fix phpstan errors (seems like it started ignoring @property annotations on interfaces and abstract classes)

This commit is contained in:
Samuel Štancl 2023-01-04 02:23:48 +01:00
parent 0f892f1585
commit 03ac1ef127
3 changed files with 9 additions and 3 deletions

View file

@ -11,7 +11,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
*
* @see \Stancl\Tenancy\Database\Models\Domain
*
* @method __call(string $method, array $parameters) IDE support. This will be a model.
* @method __call(string $method, array $parameters) IDE support. This will be a model. // todo check if we can remove these now
* @method static __callStatic(string $method, array $parameters) IDE support. This will be a model.
* @mixin \Illuminate\Database\Eloquent\Model
*/