2 Commits
v1.0.3 ... main

Author SHA1 Message Date
zino
88e94557fb Do not ignore staticMethod.dynamicCall by default 2025-11-21 10:49:23 +01:00
zino
2212ca071a Update package name 2025-11-19 16:11:06 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://getcomposer.org/schema.json", "$schema": "https://getcomposer.org/schema.json",
"name": "laravel-starter-kit", "name": "zino/laravel-starter-kit",
"type": "project", "type": "project",
"description": "The skeleton application for the Laravel framework.", "description": "The skeleton application for the Laravel framework.",
"keywords": [ "keywords": [

View File

@@ -24,8 +24,7 @@ parameters:
ignoreErrors: ignoreErrors:
# It seems PHPStan > v2 cannot see Laravel's magic call methods in its static analysis, leading to # 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. # 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. # 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 #tmpDir: /mnt/ramdisk