Completed
Push — master ( a7ab2d...d2ee45 )
by Adam
05:20
created
src/IPub/ConfirmationDialog/DI/ConfirmationDialogExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.