Ancestor.php 183 B

1234567891011121314
  1. <?php
  2. namespace SwaggerFixtures;
  3. /**
  4. * An intermediate class
  5. */
  6. class Ancestor extends GrandAncestor
  7. {
  8. /**
  9. * Without swagger annotations
  10. */
  11. public $firstname;
  12. }