Skip to content

Instantly share code, notes, and snippets.

@Awilum
Last active July 7, 2022 15:02
Show Gist options
  • Save Awilum/ecbd4bc22bc9d55bf217582800679654 to your computer and use it in GitHub Desktop.
Save Awilum/ecbd4bc22bc9d55bf217582800679654 to your computer and use it in GitHub Desktop.
# Run phpstan
php -d memory_limit=1G ./vendor/bin/phpstan
# Run pest
php -d memory_limit=1G ./vendor/bin/pest
# Run phpcbf
./vendor/bin/phpcbf --standard=Doctrine ./src/flextype/core/Actions.php
# Start Symfony Local Server
symfony local:server:start --dir='.'
# Generate API
./vendor/bin/phpdoc-md generate src > api.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment