You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process::getIterator is how foreach ($process as $type => $data) is implemented (through IteratorAggregate) but calling the method explicitly allows to use the optional arguments to tweak the behavior
This PR was squashed before being merged into the 3.2 branch (closes#7833).
Discussion
----------
Documented the getIterator() method
This fixes#7184.
Commits
-------
c84cb10 Documented the getIterator() method
Should we add docs for this method? We recently improved it adding config flags to it: symfony/symfony#18513
The text was updated successfully, but these errors were encountered: