Skip to content

Commit

Permalink
Merge aca1cc5 into ff2e184
Browse files Browse the repository at this point in the history
  • Loading branch information
josefsabl committed Aug 25, 2018
2 parents ff2e184 + aca1cc5 commit 385fcd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Application/ParameterFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ private function createReflection(ReflectionClass $reflection, string $component
? $this->createReflection(new ComponentReflection($class), $subComponent)
: new ComponentReflection($class);
}

return null;
}

private function getMethodParameters(ReflectionMethod $reflection, string $prefix = null): array
Expand Down

0 comments on commit 385fcd0

Please sign in to comment.