From bec5a215222b9621acc1534db6c588925375e7f2 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 5 Mar 2018 17:04:58 +0100 Subject: [PATCH] CS --- tools/predis/autoloadPrestashop.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tools/predis/autoloadPrestashop.php b/tools/predis/autoloadPrestashop.php index bccba9a9..6c98ec06 100755 --- a/tools/predis/autoloadPrestashop.php +++ b/tools/predis/autoloadPrestashop.php @@ -2,21 +2,11 @@ namespace Predis; - /* - * This file is part of the Predis package. - * - * (c) Daniele Alessandri - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - /** * Autoloader */ function predisAutoload($className) { - $prefix = __NAMESPACE__ . '\\'; $prefixLength = strlen($prefix); if (0 === strpos($className, $prefix))