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
I think the \Robo\Collection\Collection::addIterable() method is never been called.
And if it was get called it would throw an exception because the class IterationTask is not exists (at least I haven't found it)
------ -------------------------------------------------------------
Line src/Collection/Collection.php
------ -------------------------------------------------------------
111 Instantiated class Robo\Collection\IterationTask not found.
------ -------------------------------------------------------------
I think the
\Robo\Collection\Collection::addIterable()
method is never been called.And if it was get called it would throw an exception because the class
IterationTask
is not exists (at least I haven't found it)https://github.com/consolidation/Robo/blob/1908cec67c6278d6d21535f14ca403cc860d4518/src/Collection/Collection.php#L79
The text was updated successfully, but these errors were encountered: