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
2
2
3
3
on :
4
4
pull_request :
5
- - ' **.php'
6
- - ' phpstan.neon.dist'
5
+ paths :
6
+ - ' **.php'
7
+ - ' phpstan.neon.dist'
7
8
push :
8
9
paths :
9
10
- ' **.php'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function getEnvironmentSetUp($app): void
39
39
'prefix ' => '' ,
40
40
]);
41
41
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 ) {
43
43
$ app ['config ' ]->set ('zendesk.subdomain ' , 'codebar-zendesk ' );
44
44
$ app ['config ' ]->set ('zendesk.auth.email_address ' , 'fake-email ' );
45
45
$ app ['config ' ]->set ('zendesk.auth.api_token ' , 'fake-token ' );
You can’t perform that action at this time.
0 commit comments