Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Continue in switch targets surrounding foreach #2309

Merged
merged 1 commit into from
Dec 8, 2018

Conversation

ComiR
Copy link
Contributor

@ComiR ComiR commented Dec 7, 2018

No description provided.

@ComiR
Copy link
Contributor Author

ComiR commented Dec 7, 2018

break would do the same here, but I think we actually want a continue 2 here. #2308

@jonnitto
Copy link
Member

Exception #1355480641 in line 406 of .../Packages/Framework/Neos.Flow/Classes/Core/Booting/Scripts.php: Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in .../Packages/Application/Neos.ContentRepository/Classes/Domain/Utility/NodePaths.php line 181 Type: Neos\Flow\Error\Exception Code: 1 File: Packages/Framework/Neos.Flow/Classes/Error/ErrorHandler.php Line: 81 Open Data/Logs/Exceptions/20181207114820edf26f.txt for a full stack trace. 12 Neos\Flow\Core\Booting\Scripts::executeCommand("neos.flow:core:compile", array|16|) 11 Neos\Flow\Core\Booting\Scripts::initializeProxyClasses(Neos\Flow\Core\Bootstrap) 10 call_user_func(array|2|, Neos\Flow\Core\Bootstrap) 9 Neos\Flow\Core\Booting\Step::__invoke(Neos\Flow\Core\Bootstrap) 8 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap) 7 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap) 6 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap) 5 Neos\Flow\Core\Booting\Sequence::invokeStep(Neos\Flow\Core\Booting\Step, Neos\Flow\Core\Bootstrap) 4 Neos\Flow\Core\Booting\Sequence::invoke(Neos\Flow\Core\Bootstrap) 3 Neos\Flow\Http\RequestHandler::boot() 2 Neos\Flow\Http\RequestHandler::handleRequest() 1 Neos\Flow\Core\Bootstrap::run()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants