-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
3.0.0RC1 PHAR does not work with PEAR standard #1167
Comments
Problem was caused by code relying on Only happened in the PEAR standard as ClassCommentSniff autoloads FileCommentSniff before the ruleset has a chance to include it manually. It seems the order of all other sniffs works out to have the ruleset load the file directly before any autoloading takes place. Thanks for the bug report. |
Still seeing this with RC2 - exactly the same. |
@birkett Are you sure you have RC2? I've downloaded a fresh copy and tested it. It's still working fine. |
Yes - 3.0.0RC2. |
I've managed to replicate the issue now. I get:
|
I've found the new problem - inconsistent directory separators were causing the file to be included twice by the autoloader. This will be released in RC3. |
The text was updated successfully, but these errors were encountered: