refactoring

This commit is contained in:
Milos Stojanovic
2019-06-14 13:34:21 +02:00
parent fa319eda36
commit b945526c85
8 changed files with 20 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ Once everything is ready visit: ```http://localhost:8080```
### Run tests & static analysis
```
vendor/bin/phpunit
composer phpstan
vendor/bin/phpstan analyse ./backend --level=x
```
### Deployment