@@ -117,7 +117,7 @@ |
||
| 117 | 117 | `stream` VARCHAR(255) NOT NULL, |
| 118 | 118 | PRIMARY KEY (`id`) |
| 119 | 119 | ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; |
| 120 | -SQL; |
|
| 120 | +sql; |
|
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | public static function removeSchema() : string |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types=1); |
|
| 12 | +declare(strict_types = 1); |
|
| 13 | 13 | |
| 14 | 14 | namespace LIN3S\SharedKernel\Infrastructure\Symfony\Bundle\DependencyInjection\Compiler; |
| 15 | 15 | |