Passed
Branch master (02d85d)
by Glynn
04:53
created
src/BladeOne_Provider.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -122,11 +122,11 @@
 block discarded – undo
122 122
 	}
123 123
 
124 124
 		/**
125
-	 * Renders a component.
126
-	 *
127
-	 * @param Component $component
128
-	 * @return string|void
129
-	 */
125
+		 * Renders a component.
126
+		 *
127
+		 * @param Component $component
128
+		 * @return string|void
129
+		 */
130 130
 	public function component( Component $component, bool $print = true ) {
131 131
 
132 132
 		// Throw exception of no compiler passed.
Please login to merge, or discard this patch.