Skip to content

Commit

Permalink
DevKit updates (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Feb 23, 2022
1 parent c882a44 commit 5c362a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/bootstrap.php
Expand Up @@ -31,5 +31,10 @@
}

if (file_exists($file = __DIR__.'/custom_bootstrap.php')) {
/**
* @psalm-suppress MissingFile,UnusedPsalmSuppress
*
* @see https://github.com/vimeo/psalm/issues/3886
*/
require_once $file;
}

0 comments on commit 5c362a5

Please sign in to comment.