Added PHPdoc.

This commit is contained in:
2024-01-22 12:09:20 +00:00
parent 46036cf82f
commit d702b21bf7
4 changed files with 33 additions and 84 deletions

View File

@ -8,7 +8,6 @@
"require-dev": {
"phpunit/phpunit": "^10",
"phpstan/phpstan": "^1",
"laravel/pint": "^1",
"squizlabs/php_codesniffer": "*",
"vimeo/psalm": "^5.14"
},
@ -25,6 +24,7 @@
"scripts": {
"test": "vendor/bin/phpunit tests --display-warnings",
"test-coverage": "vendor/bin/phpunit tests --testdox --coverage-filter src --coverage-html output/coverage --coverage-text --testdox-html output/test.html --log-junit output/test.xml",
"document": "./phpDocumentor.phar",
"analyze": [
"@analyze-phpstan",
"@analyze-psalm",