This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Unindentified index 1 #82
Closed
Description
src/Generator/MethodGenerator.php -> clearBodyIndention (lines 90 to 109)
is trying to parse the following body:
array (size=1)
0 => string ' return $this->getServiceLocator()->get('Core\Page\Service\PageService');' (length=86)
(this is a vardump of the result from the explode on line 96)
this method asumes that all my functions have an enter at the first line, I'd suggest to make this method a tad bit smarter so that it is able to work when you have a oneliner, like I have in my case.