diff --git a/phpstan.neon b/phpstan.neon index e98540f..8f52994 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,6 +1,5 @@ includes: - vendor/phpstan/phpstan-strict-rules/rules.neon - - vendor/ergebnis/phpstan-rules/rules.neon - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon parameters: diff --git a/src/Config/tolerated.php b/src/Config/tolerated.php index 7f24796..11c2c48 100644 --- a/src/Config/tolerated.php +++ b/src/Config/tolerated.php @@ -12,4 +12,10 @@ 'assign', 'pass', 'analytics', + 'asset', + 'password', + 'mass', + 'assignable', + 'charset', + 'transliterate', ];