@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | */ |
81 | 81 | public static function register(Nette\Configurator $config, $extensionName = 'confirmationDialog') |
82 | 82 | { |
83 | - $config->onCompile[] = function (Nette\Configurator $config, DI\Compiler $compiler) use ($extensionName) { |
|
83 | + $config->onCompile[] = function(Nette\Configurator $config, DI\Compiler $compiler) use ($extensionName) { |
|
84 | 84 | $compiler->addExtension($extensionName, new ConfirmationDialogExtension()); |
85 | 85 | }; |
86 | 86 | } |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | public function getTranslationResources() |
94 | 94 | { |
95 | 95 | return [ |
96 | - __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Translations' |
|
96 | + __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'Translations' |
|
97 | 97 | ]; |
98 | 98 | } |
99 | 99 | } |