@@ -85,7 +85,7 @@ |
||
85 | 85 | DI\get(\Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand::class), |
86 | 86 | ]), |
87 | 87 | |
88 | - ContainerKeys::CONSOLE_HELPER_SET => function (ContainerInterface $c) { |
|
88 | + ContainerKeys::CONSOLE_HELPER_SET => function(ContainerInterface $c) { |
|
89 | 89 | return ConsoleRunner::createHelperSet($c->get(EntityManager::class)); |
90 | 90 | }, |
91 | 91 |
@@ -44,8 +44,8 @@ |
||
44 | 44 | |
45 | 45 | private function printDescription(Test $test, $time) |
46 | 46 | { |
47 | - $raw =\PHPUnit\Util\Test::describe($test); |
|
48 | - $parts = explode('::', $raw); |
|
47 | + $raw = \PHPUnit\Util\Test::describe($test); |
|
48 | + $parts = explode('::', $raw); |
|
49 | 49 | |
50 | 50 | $this->writeWithColor( |
51 | 51 | 'fg-cyan, bold', |
@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform): string |
24 | 24 | { |
25 | - return "DATETIME(6) COMMENT '(DC2Type:" . self::NAME . ")'"; |
|
25 | + return "DATETIME(6) COMMENT '(DC2Type:" . self::NAME . ")'"; |
|
26 | 26 | } |
27 | 27 | |
28 | 28 | /** @param \DateTime|null $value */ |