Skip to content

Commit

Permalink
Disable specific phpstan complaint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Jul 14, 2023
1 parent ae124b1 commit dd7b1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Database/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public function isDatabaseReady(): bool
}

// Resolver hasn't been set yet
/** @phpstan-ignore-next-line */
if (!static::getConnectionResolver()) {
return false;
}
Expand Down

0 comments on commit dd7b1b6

Please sign in to comment.