Skip to content

Commit

Permalink
add entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 18, 2024
1 parent 0adec43 commit 53e1aeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-tools/phpstan/console-application.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

declare(strict_types=1);

require_once __DIR__.'/../../vendor/autoload.php';

return new \PhpCsFixer\Console\Application();
2 changes: 2 additions & 0 deletions phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ parameters:
path: tests
count: 265
tipsOfTheDay: false
symfony:
consoleApplicationLoader: dev-tools/phpstan/console-application.php
tmpDir: dev-tools/phpstan/cache

services:
Expand Down

0 comments on commit 53e1aeb

Please sign in to comment.