Passed
Pull Request — master (#20)
by Tim
01:30
created
src/ExtendableAttribute.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,6 +120,6 @@
 block discarded – undo
120 120
             'namespacePrefix' => $this->getNamespacePrefix(),
121 121
             'localName' => $this->getLocalName(),
122 122
             'value' => $this->getValue(),
123
-       ];
123
+        ];
124 124
     }
125 125
 }
Please login to merge, or discard this patch.