Skip to content

Commit

Permalink
Enable the PhpdocTypesOrderFixer again (see #4395)
Browse files Browse the repository at this point in the history
Description
-----------

This can be enabled now that PHP-CS-Fixer/PHP-CS-Fixer#6243 has been merged.

Originally added [here](contao/contao@4849881#diff-a95817c1c2b59c07bf78b5c0565bdf836c7459dee80a13573ae1689c04440040).

I originally created PR contao/contao#4392 but couldn't seem to switch the base branch.

Commits
-------

66f400f0 Enable PhpdocTypesOrderFixer
05cc6c6c Update ecs

Co-authored-by: Martin Auswöger <martin@auswoeger.com>
  • Loading branch information
driftingly and ausi committed Mar 28, 2022
1 parent dd2b8f6 commit 1ce09a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ContaoSetupCommand.php
Expand Up @@ -67,7 +67,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$php = [
$this->phpPath,
'-dmemory_limit='.ini_get('memory_limit'),
'-dmemory_limit='.\ini_get('memory_limit'),
];

if (OutputInterface::VERBOSITY_DEBUG === $output->getVerbosity()) {
Expand Down

0 comments on commit 1ce09a8

Please sign in to comment.