diff --git a/.ci/phpstan.neon b/.ci/phpstan.neon index 199a9a91bf..12c4a66b9d 100644 --- a/.ci/phpstan.neon +++ b/.ci/phpstan.neon @@ -30,4 +30,4 @@ parameters: - ../bootstrap/app.php # The level 8 is the highest level. original was 5 - level: 2 + level: 3 diff --git a/app/Models/Account.php b/app/Models/Account.php index def09a07af..fd7e650407 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -89,7 +89,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; * @method static Builder|Account withoutTrashed() * @mixin Eloquent * @property Carbon $lastActivityDate - * */ class Account extends Model {