AncestorWithoutDocBlocks.php 114 B

1234567
  1. <?php
  2. namespace SwaggerFixtures;
  3. class AncestorWithoutDocBlocks extends GrandAncestor
  4. {
  5. public $firstname;
  6. }