From a594d58cd7a73bff7fc96967cfea34d2fd92587d Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 5 Apr 2018 20:49:35 +0200 Subject: [PATCH] =?UTF-8?q?En=20fait=20le=20namespace=20me=20g=C3=A8ne=20p?= =?UTF-8?q?lus=20qu'autre=20chose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TplBlock.php | 13 ------------- test/TplBlockTest.php | 2 -- 2 files changed, 15 deletions(-) diff --git a/TplBlock.php b/TplBlock.php index 33d1b68..b23962f 100644 --- a/TplBlock.php +++ b/TplBlock.php @@ -1,17 +1,4 @@ - * @link https://blog-du-grouik.tinad.fr - * @license GNU General Public License V3 - * @link https://github.com/gnieark/tplBlock/ - */ -namespace TplBlock; /** * The TplBlock class. diff --git a/test/TplBlockTest.php b/test/TplBlockTest.php index e8ba250..cfefb98 100644 --- a/test/TplBlockTest.php +++ b/test/TplBlockTest.php @@ -10,10 +10,8 @@ * @license GNU General Public License V3 * @link https://github.com/gnieark/tplBlock/ */ -namespace TplBlockTest; use PHPUnit\Framework\TestCase; -use TplBlock\TplBlock; /** * The TplBlockTest class.