Skip to content

Commit

Permalink
Make PHPStan happy
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jan 28, 2025
1 parent e7ac8ab commit 9ab9310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/CraftConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ public function resetApplication($closeSession = true): void
*
* @inheritDoc
*/
public function startApp(\yii\log\Logger $logger = null): void
public function startApp(): void
{
parent::startApp($logger);
parent::startApp();

\Craft::$app->db->close();
}
Expand Down

0 comments on commit 9ab9310

Please sign in to comment.