mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-26 19:08:41 +00:00
Merge branch 'develop' of https://github.com/karaka-management/Developer-Guide into develop
This commit is contained in:
commit
eeebb25e6a
|
|
@ -88,7 +88,7 @@ Every module needs to have a `Admin` directory containing a class called `AdminT
|
||||||
With phpstan the code base is statically analyzed based on its configuration. This will help you to follow some of the "best" practices we enforce.
|
With phpstan the code base is statically analyzed based on its configuration. This will help you to follow some of the "best" practices we enforce.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
php vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 8 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json
|
php vendor/bin/phpstan analyse --autoload-file=phpOMS/Autoloader.php -l 9 -c Build/Config/phpstan.neon --error-format=prettyJson ./ > Build/test/phpstan.json
|
||||||
```
|
```
|
||||||
|
|
||||||
### PHP CS
|
### PHP CS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user