Skip to content

Commit 4f07998

Browse files
phpstan config fix
1 parent 3ca94e7 commit 4f07998

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpstan.neon

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ parameters:
88
-
99
message: '#Property [a-zA-Z0-9\\_]+::\$(.*) is never (written|read), only (written|read).#'
1010
paths:
11-
- src/*/Domain/Aggregate/*
12-
- src/*/Domain/Entity/*
11+
- src/*/Domain/Aggregate/*

0 commit comments

Comments
 (0)