add kirby-loop plugin with French translations
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8ea5f0c462
commit
ab7fd8b2ea
74 changed files with 16423 additions and 2 deletions
28
site/plugins/loop/phpstan.neon
Normal file
28
site/plugins/loop/phpstan.neon
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
parameters:
|
||||
# Level 8 is the highest level of analysis (0 is the lowest)
|
||||
# Adjust based on your project's maturity and needs
|
||||
level: 8
|
||||
|
||||
# Paths to analyze
|
||||
paths:
|
||||
- index.php
|
||||
- src
|
||||
|
||||
# Exclude paths that don't need analysis
|
||||
excludePaths:
|
||||
analyseAndScan:
|
||||
- vendor
|
||||
- node_modules
|
||||
|
||||
# Cache
|
||||
tmpDir: .phpstan-cache
|
||||
|
||||
|
||||
# Use cache
|
||||
cache:
|
||||
nodesByStringCountMax: 512
|
||||
|
||||
# Extension for better type inference
|
||||
includes:
|
||||
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
||||
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
||||
Loading…
Add table
Add a link
Reference in a new issue