mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
docs: enhance code documentation with comprehensive PHPDoc comments
This commit is contained in:
+3
-4
@@ -8,16 +8,15 @@ includes:
|
||||
- vendor/phpstan/phpstan-phpunit/extension.neon
|
||||
- vendor/phpstan/phpstan-phpunit/rules.neon
|
||||
|
||||
rules:
|
||||
- Spatie\Ray\PHPStan\RemainingRayCallRule
|
||||
|
||||
parameters:
|
||||
level: 9
|
||||
level: max
|
||||
|
||||
paths:
|
||||
- src/
|
||||
- tests/
|
||||
|
||||
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
|
||||
|
||||
tmpDir: .cache/phpstan
|
||||
|
||||
ignoreErrors:
|
||||
|
||||
Reference in New Issue
Block a user