From 1d34a938c7b5ddee7dfca9e173f87e835f33ffc8 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 16 Mar 2016 02:14:08 -0400 Subject: [PATCH] Applied fixes from StyleCI --- tests/AssertClassTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/AssertClassTest.php b/tests/AssertClassTest.php index 4775624..3baaf27 100644 --- a/tests/AssertClassTest.php +++ b/tests/AssertClassTest.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace EnricoStahn\JsonAssert\Tests; use EnricoStahn\JsonAssert\AssertClass;