Do not ignore staticMethod.dynamicCall by default
This commit is contained in:
@@ -24,8 +24,7 @@ parameters:
|
||||
ignoreErrors:
|
||||
# It seems PHPStan > v2 cannot see Laravel's magic call methods in its static analysis, leading to
|
||||
# false positives "dynamic call to static method" errors.
|
||||
-
|
||||
identifier: staticMethod.dynamicCall
|
||||
#- identifier: staticMethod.dynamicCall
|
||||
|
||||
# By default, PHPStan stores its cache files in sys_get_temp_dir() . '/phpstan' (usually /tmp/phpstan). You can override this by setting the tmpDir parameter. You can set this in extension settings as well.
|
||||
#tmpDir: /mnt/ramdisk
|
||||
|
||||
Reference in New Issue
Block a user