Skip to content

Commit ae77820

Browse files
Correccion nombre de instalacion docs
1 parent c2db0db commit ae77820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"phpstan/phpstan-phpunit": "^2"
3434
},
3535
"scripts": {
36-
"_Instalar docs": "curl -L https://www.phpdoc.org/phpDocumentor.phar -o phpdoc.phar; chmod +x phpdoc.phar",
36+
"install-docs": "curl -L https://www.phpdoc.org/phpDocumentor.phar -o phpdoc.phar; chmod +x phpdoc.phar",
3737
"docs": "php tools/phpdocumentor run --config=phpdoc.xml",
3838
"tests": "vendor/bin/phpunit --configuration=phpunit.xml --no-coverage",
3939
"tests-readonly": "XDEBUG_MODE=coverage vendor/bin/phpunit --configuration=phpunit.xml --filter 'testListarActividadesEconomicas|testObtenerSituacionTributariaTercero|testListarUfAnual|testListarUfMensual|testListarUfDiario'",

0 commit comments

Comments
 (0)