Passed
Pull Request — master (#25)
by Glynn
07:36 queued 05:28
created
src/BladeOne_Engine.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -150,13 +150,13 @@
 block discarded – undo
150 150
 	}
151 151
 
152 152
 		/**
153
-	 * Renders a component.
154
-	 *
155
-	 * @param Component $component
156
-	 * @param boolean   $print_mode If true it will print the view, if false it will return the view as a string.
157
-	 *
158
-	 * @return string|void
159
-	 */
153
+		 * Renders a component.
154
+		 *
155
+		 * @param Component $component
156
+		 * @param boolean   $print_mode If true it will print the view, if false it will return the view as a string.
157
+		 *
158
+		 * @return string|void
159
+		 */
160 160
 	public function component( Component $component, bool $print_mode = true ) {
161 161
 
162 162
 		// Throw exception of no compiler passed.
Please login to merge, or discard this patch.