Completed
Push — master ( 2f55b0...72b6bb )
by Chris
01:31
created
src/Psecio/Invoke/Match.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 	{
34 34
 		$typeNs = "\\Psecio\\Invoke\\Match";
35 35
 		foreach (explode('.', $type) as $part) {
36
-			$typeNs	.= "\\".ucwords($part);
36
+			$typeNs .= "\\".ucwords($part);
37 37
 		}
38 38
 		return $typeNs;
39 39
 	}
Please login to merge, or discard this patch.