@@ -123,7 +123,7 @@ |
||
123 | 123 | |
124 | 124 | if ($coresReloaded) { |
125 | 125 | $this->addFlashMessage( |
126 | - 'Core configuration reloaded ('.implode(', ', $reloadedCores).').', |
|
126 | + 'Core configuration reloaded (' . implode(', ', $reloadedCores) . ').', |
|
127 | 127 | '', |
128 | 128 | FlashMessage::OK |
129 | 129 | ); |
@@ -80,7 +80,7 @@ |
||
80 | 80 | * |
81 | 81 | * @param string|null $serializedModuleData |
82 | 82 | */ |
83 | - private function unsetModuleDataIfCanNotBeSerialized(string &$serializedModuleData = null) |
|
83 | + private function unsetModuleDataIfCanNotBeSerialized(string & $serializedModuleData = null) |
|
84 | 84 | { |
85 | 85 | if (!isset($serializedModuleData)) { |
86 | 86 | $serializedModuleData = ''; |