ClassWithSecretParentConstructor.php 341 B

1234567891011121314151617
  1. <?php
  2. /*
  3. * This file is part of Psy Shell.
  4. *
  5. * (c) 2012-2023 Justin Hileman
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. namespace Psy\Test;
  11. class ClassWithSecretParentConstructor extends ClassWithSecretConstructor
  12. {
  13. // Nothing to see here
  14. }