Completed
Push — master ( a404d6...9a746f )
by Chris
02:43
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.
src/Psecio/Invoke/Data.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	 *
93 93
 	 * @param \Psecio\Invoke\Enforcer $enforcer Enforcer object
94 94
 	 */
95
-	public function setEnforcer(\Psecio\Invoke\Enforcer &$enforcer)
95
+	public function setEnforcer(\Psecio\Invoke\Enforcer & $enforcer)
96 96
 	{
97 97
 		$this->enforcer = $enforcer;
98 98
 	}
Please login to merge, or discard this patch.