laravel-shift / blueprint

A code generation tool for Laravel developers.
MIT License
2.89k stars 273 forks source link

Add support for iterating over statement children #619

Closed faustbrian closed 1 year ago

faustbrian commented 1 year ago

Extracted from https://github.com/laravel-shift/blueprint/pull/612 to keep the PRs easier to digest and this is more of a prerequisite for the mentioned PR rather than a part of it.

This PR makes it possible to handle statements where the value is an array, as will be the case after merging the above mentioned PR.

jasonmccreary commented 1 year ago

I'm going to merge this. But before any downstream PRs are merged, I want to refactor this.