Completed
Pull Request — develop (#27)
by Chris
13:09
created
src/Parser/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     {
74 74
         $attrMetadatas = new AttributeMetadatas($class);
75 75
         $attrTag = new $class();
76
-        $this->parseAttributeListValue($value, function ($key, $val) use ($attrTag, $attrMetadatas) {
76
+        $this->parseAttributeListValue($value, function($key, $val) use ($attrTag, $attrMetadatas) {
77 77
             if (!$attrMetadatas->get($key)) {
78 78
                 return;
79 79
             }
Please login to merge, or discard this patch.