Skip to content

Commit

Permalink
[PMakowski] squizlabs#2.5.1.x-dev: fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Makowski committed Mar 18, 2016
1 parent 109f51f commit f521d7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CodeSniffer.php
Expand Up @@ -269,10 +269,6 @@ public function __construct(
*/
public static function autoload($className)
{
if (class_exists($className, false) === true) {
return;
}

if (substr($className, 0, 4) === 'PHP_') {
$newClassName = substr($className, 4);
} else {
Expand Down

0 comments on commit f521d7f

Please sign in to comment.