Completed
Push — master ( b1dddb...e2a0b1 )
by Michal
07:57
created
src/Webrouse/AssetMacro/DI/Extension.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
 
39 39
 	public function beforeCompile()
40 40
 	{
41
-        $builder = $this->getContainerBuilder();
42
-	    $config = Helpers::expand($this->validateConfig($this->defaults), $builder->parameters);
41
+		$builder = $this->getContainerBuilder();
42
+		$config = Helpers::expand($this->validateConfig($this->defaults), $builder->parameters);
43 43
 
44 44
 		// Validate configuration
45 45
 		Validators::assertField($config, 'wwwDir', 'string');
Please login to merge, or discard this patch.