mirror of
https://github.com/jbcr/core.git
synced 2026-03-24 00:42:14 +01:00
Remove ignore of false positive in PHPStan
This commit is contained in:
@@ -36,11 +36,6 @@ parameters:
|
||||
message: "#Offset '.*' ([a-z ]*)on array#"
|
||||
path: %currentWorkingDirectory%/src/Log/LogHandler.php
|
||||
|
||||
# False positive: `id` on Entities
|
||||
-
|
||||
message: '#Property Bolt\\Entity\\(.*)::\$id is never written, only read#'
|
||||
path: %currentWorkingDirectory%/src/Entity/*
|
||||
|
||||
includes:
|
||||
- vendor/phpstan/phpstan-symfony/extension.neon
|
||||
- vendor/phpstan/phpstan-doctrine/extension.neon
|
||||
|
||||
Reference in New Issue
Block a user