phpstan & refactoring

This commit is contained in:
Milos Stojanovic
2019-06-14 13:07:01 +02:00
parent f6185c92ab
commit fa319eda36
8 changed files with 20 additions and 7 deletions

View File

@@ -62,9 +62,10 @@ npm run serve
Once everything is ready visit: ```http://localhost:8080```
### Run tests
### Run tests & static analysis
```
vendor/bin/phpunit
composer phpstan
```
### Deployment