Completed
Push — master ( 3fb30d...2b3c4d )
by Jared
9s
created
lib/timber-function-wrapper.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,9 @@
 block discarded – undo
28 28
 				$this->_class = $function[0];
29 29
 			}
30 30
 			
31
-			if( is_string( $function[1] ) ) $this->_function = $function[1];
31
+			if( is_string( $function[1] ) ) {
32
+				$this->_function = $function[1];
33
+			}
32 34
 		} else {
33 35
 			$this->_function = $function;
34 36
 		}
Please login to merge, or discard this patch.