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
{{ message }}
This repository has been archived by the owner on May 25, 2020. It is now read-only.
When the standard is installed as a Composer package, its classes are loaded by means of the Composer's autoloader. Otherwise, PHP_CodeSniffer is supposed to take care of them.
Prior to fixing squizlabs/PHP_CodeSniffer/issues/1591, the standard's classes were only autoloaded if the standard was specified as a path (like vendor/doctrine/coding-standard/lib/Doctrine). After fixing it, the standards from installed_paths are also autoloadable.
The text was updated successfully, but these errors were encountered:
When the standard is installed as a Composer package, its classes are loaded by means of the Composer's autoloader. Otherwise, PHP_CodeSniffer is supposed to take care of them.
Prior to fixing squizlabs/PHP_CodeSniffer/issues/1591, the standard's classes were only autoloaded if the standard was specified as a path (like
vendor/doctrine/coding-standard/lib/Doctrine
). After fixing it, the standards frominstalled_paths
are also autoloadable.The text was updated successfully, but these errors were encountered: