Skip to content
Snippets Groups Projects

feature: toggle field

Merged Eryk Mika requested to merge feature/toggle-field into master
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -44,6 +44,9 @@
}
},
"scripts": {
"phpcs": "phpcs",
"phpstan": "php -d memory_limit=1G vendor/bin/phpstan",
"phpcbf": "phpcbf src",
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
Loading