File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: PHPStan
22
33on :
44 pull_request :
5- - ' **.php'
6- - ' phpstan.neon.dist'
5+ paths :
6+ - ' **.php'
7+ - ' phpstan.neon.dist'
78 push :
89 paths :
910 - ' **.php'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function getEnvironmentSetUp($app): void
3939 'prefix ' => '' ,
4040 ]);
4141
42- if (is_dir (__DIR__ . '/Fixtures/Saloon/ ' ) && count (scandir (__DIR__ . '/Fixtures/Saloon ' )) > 0 ) {
42+ if (is_dir (__DIR__ . '/Fixtures/Saloon/ ' ) && count (scandir (__DIR__ . '/Fixtures/Saloon ' )) > 0 ) {
4343 $ app ['config ' ]->set ('zendesk.subdomain ' , 'codebar-zendesk ' );
4444 $ app ['config ' ]->set ('zendesk.auth.email_address ' , 'fake-email ' );
4545 $ app ['config ' ]->set ('zendesk.auth.api_token ' , 'fake-token ' );
You can’t perform that action at this time.
0 commit comments