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

Return Type sniff breaks for interfaces #151

Closed
xalopp opened this issue Jan 16, 2019 · 0 comments
Closed

Return Type sniff breaks for interfaces #151

xalopp opened this issue Jan 16, 2019 · 0 comments

Comments

@xalopp
Copy link
Contributor

xalopp commented Jan 16, 2019

When checking with version 3.5.0 I'll get for this code

interface FooInterface
{
     public function fooMixed();

     public function voidFoo(): void;
}

an error message:

An error occurred during processing; checking has been aborted. The error message was: Undefined index: scope_closer in XYZ.php

xalopp pushed a commit to xalopp/Symfony-coding-standard-1 that referenced this issue Jan 16, 2019
@djoos djoos closed this as completed in 406a1db Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant