| 1 | <?php |
||
| 20 | class ArrayToYamlGenerator extends Generator |
||
| 21 | { |
||
| 22 | private $file; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param string $file |
||
| 26 | */ |
||
| 27 | public function __construct($file, $skeletonDirectories) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param string $array |
||
| 35 | * |
||
| 36 | * @throws \RuntimeException |
||
| 37 | */ |
||
| 38 | public function generate($array, $skeleton) |
||
| 53 | } |
||
| 54 |
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.