@DoctrineAnnotation.test-out.php 116 B

1234567891011121314
  1. <?php
  2. /**
  3. * @Bar
  4. * @Baz(
  5. * arg1="baz",
  6. * arg2={
  7. * "baz": true
  8. * }
  9. * )
  10. */
  11. class Foo
  12. {
  13. }