Test Setup Failed
Push — master ( 6addc8...33d965 )
by Mathieu
02:10
created
src/Charcoal/Model/AbstractMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * @param string $propertyIdent The property identifier.
94 94
      * @return array|null
95 95
      */
96
-    public function property($propertyIdent=null)
96
+    public function property($propertyIdent = null)
97 97
     {
98 98
         if (isset($this->properties[$propertyIdent])) {
99 99
             return $this->properties[$propertyIdent];
Please login to merge, or discard this patch.