Skip to content

Commit 9a3ceb4

Browse files
mikemeijerCopilot
andauthored
Bugfix/prow 124 (#5)
* fix(PROW-124): Some tweaks for backend linting * fix(PROW-124): Some tweaks for backend linting * fix(PROW-124): Some tweaks for backend linting * fix(PROW-124): Some tweaks for backend linting * Update packages/php-linting-rules/configs/phpstan.neon Co-authored-by: Copilot <[email protected]> * Update packages/php-linting-rules/configs/phpstan.neon Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 36596bf commit 9a3ceb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/php-linting-rules/configs/phpstan.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ parameters:
5252
- '#Cannot access property \$[a-zA-Z0-9\\_]+ on App\\Models\\User\|null#'
5353
- '#Cannot call method [a-zA-Z0-9\\_]+\(\) on App\\Models\\User\|null#'
5454
- message: '/Undefined variable: \$this/'
55-
path: tests/
55+
path: %currentWorkingDirectory%/tests/
5656
- identifier: method.childReturnType
57-
path: database/factories/
57+
path: %currentWorkingDirectory%/database/factories/

0 commit comments

Comments
 (0)