标签: php annotations doctrine
Doctrine注释中的以下数组标记之间是否有任何区别:
@SomeAnnotation(foo={"bar" = "baz"}) @SomeAnnoation(foo={"bar": "baz"})
还是它们完全等价?