Passed
Push — master ( c1a5c3...182951 )
by Aimeos
04:41
created
lib/custom/src/MW/View/Engine/Blade.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
 		$factory = $this->factory;
48 48
 		$lv = $factory->file( $filename, $values );
49 49
 
50
-		$fcn = function() use ( $factory, $view )
51
-		{
50
+		$fcn = function() use ( $factory, $view ) {
52 51
 			foreach( $factory->getSections() as $name => $section ) {
53 52
 				$view->block()->set( $name, $section );
54 53
 			}
Please login to merge, or discard this patch.