This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [!NOTE] | |
> Highlights information that users should take into account, even when skimming. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ddev describe | grep "mysql:" -A1 | tail -n1 | sed -E 's/.*-> ([^[:space:]]+).*/\1/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
psalm-check: install | |
ddev exec "~/.composer/vendor/bin/cpx vimeo/psalm --no-diff" | |
psalm-baseline-set: install | |
ddev exec "~/.composer/vendor/bin/cpx vimeo/psalm psalm --set-baseline=psalm-baseline.xml" | |
install: | |
ddev exec composer global require cpx/cpx |