Passed
Push — 0.8.x ( f4c27e...d54548 )
by Alexander
06:06 queued 03:07
created
src/components/Debug/GDebug.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 					$this->system->endOutputBuffering();
157 157
 				}
158 158
 
159
-				if (Misc::sendHeaders() && $handlerContentType)	{
159
+				if (Misc::sendHeaders() && $handlerContentType) {
160 160
 					header("Content-Type: {$handlerContentType}");
161 161
 				}
162 162
 			}
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
 
318 318
 		if ( ! $handler instanceof MainHandler) {
319 319
 			throw new InvalidArgumentException(
320
-				"Argument to " . __METHOD__ . " must be a callable, or instance of ".
320
+				"Argument to ".__METHOD__." must be a callable, or instance of ".
321 321
 				"Syscodes\Components\\Contracts\\Debug\\MainHandler"
322 322
 			);
323 323
 		}
Please login to merge, or discard this patch.