Skip to content

Commit b58cdf8

Browse files
committed
fix: helpers folder dont exist during phpstan execution
1 parent 3c3afa5 commit b58cdf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ parameters:
1313
- app/Http/Controllers/OAuthController.php
1414
- app/Http/Controllers/Api/Auth/LoginController.php
1515
- app/Markdown/MarkdownHelper.php
16-
scanDirectories:
17-
- ./helpers
1816
ignoreErrors:
1917
- "#^Cannot access property \\$transaction on array\\|object\\.$#"
2018
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)