Commit Graph

5 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

Author SHA1 Message Date
Shlee d8a122a9cd
Update phpstan.neon 4 weeks ago
Your Name 890dc55342 refactor: update phpstan.neon with Larastan 3.x best practices
- Add databaseMigrationsPath for model property type inference
- Add configDirectories for config key validation
- Add parseModelCastsMethod to read casts() methods
- Add enableMigrationCache for faster repeated analysis
- Ignore intentional 'new static()' pattern (Autolink has subclass)
- Remove stale baseline reference and outdated comments
4 weeks ago
Shlee afbbd9ea01
Update phpstan.neon 4 weeks ago
Your Name 0ce89e9f95 polish 4 weeks ago
Your Name 9a9726af7c Install Larastan for static analysis
- Add larastan/larastan v3.10 (dev dependency)
- Configure phpstan.neon at level 0 with Laravel extension
- Generate baseline for existing errors (711 items)
- Exclude files with missing class references
- Fix one non-ignorable return type error in BearerTokenResponse
- Add composer analyse script

Usage: composer analyse
4 weeks ago