| 1 | <?php |
||
| 15 | class ReturnStatement extends AbstractRule implements MethodAware |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param AbstractNode|MethodNode $node |
||
| 19 | */ |
||
| 20 | public function apply(AbstractNode $node) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param string $allowedChildren |
||
| 40 | * |
||
| 41 | * @return array |
||
| 42 | */ |
||
| 43 | private function getAllowedClasses($allowedChildren) |
||
| 53 | } |
||
| 54 | |||
| 55 |