Completed
Push — master ( 6fba0f...f5a4f7 )
by Richard
02:14
created
src/Config.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -67,9 +67,9 @@
 block discarded – undo
67 67
 		$this->properties[$name] = $property;
68 68
 	}
69 69
 
70
-    public function registerContentPseudo($name, Property\ContentPseudo $pseudo) {
71
-        if (isset($this->properties['content'])) $this->properties['content']->addContentPseudo($name, $pseudo);
72
-    }
70
+	public function registerContentPseudo($name, Property\ContentPseudo $pseudo) {
71
+		if (isset($this->properties['content'])) $this->properties['content']->addContentPseudo($name, $pseudo);
72
+	}
73 73
 
74 74
 	public function registerPseudo(Pseudo $pseudo) {
75 75
 		$this->pseudo[] = $pseudo;
Please login to merge, or discard this patch.