Skip to content

Commit 0d6e191

Browse files
committed
Always see passed time and consumed memory
1 parent c9ae116 commit 0d6e191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cs-fix: cs-install
143143
XDEBUG_MODE=off php build-cs/vendor/bin/phpcbf
144144

145145
phpstan:
146-
php bin/phpstan clear-result-cache -q && php -d memory_limit=448M bin/phpstan
146+
php bin/phpstan clear-result-cache -q && php -d memory_limit=448M bin/phpstan -v
147147

148148
phpstan-result-cache:
149149
php -d memory_limit=448M bin/phpstan

0 commit comments

Comments
 (0)