Failed Conditions
Pull Request — master (#247)
by Michael
05:36
created
lib/Doctrine/Annotations/Metadata/InternalAnnotations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                     [
60 60
                         'type'       => 'array',
61 61
                         'array_type' =>Attribute::class,
62
-                        'value'      =>'array<' . Attribute::class . '>',
62
+                        'value'      =>'array<'.Attribute::class.'>',
63 63
                     ],
64 64
                     true,
65 65
                     true
Please login to merge, or discard this patch.