mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Rearrange filesystem layout, and add configuration files
This commit is contained in:
parent
0acc64cb06
commit
8f33a1021c
18 changed files with 590 additions and 57 deletions
14
config/phpstan/phpstan.neon
Normal file
14
config/phpstan/phpstan.neon
Normal file
|
@ -0,0 +1,14 @@
|
|||
# This is the config file for PHPStan when run from the command line.
|
||||
|
||||
includes:
|
||||
- ../../vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
|
||||
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
# Ignore errors caused by Template static class reflection
|
||||
- '#Call to an undefined static method Template::[a-zA-Z0-9\\_]+\(\)\.#'
|
||||
level:
|
||||
7
|
||||
paths:
|
||||
- %rootDir%/../../../lib
|
||||
- %rootDir%/../../../www
|
Loading…
Add table
Add a link
Reference in a new issue