Drupal investigation

WithStaticMethod.php 117B

1234567891011
  1. <?php
  2. namespace Fixtures\Prophecy;
  3. class WithStaticMethod
  4. {
  5. public static function innerDetail()
  6. {
  7. }
  8. }