From 7e90d3da8c8480947b12a5995cca1895352931df Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 16 Mar 2016 03:25:25 -0400 Subject: [PATCH] Applied fixes from StyleCI --- src/Integration/Symfony.php | 11 ++++++++++- tests/AssertTraitTest.php | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Integration/Symfony.php b/src/Integration/Symfony.php index 2b7b316..441cb9c 100644 --- a/src/Integration/Symfony.php +++ b/src/Integration/Symfony.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\Integration; use EnricoStahn\JsonAssert\Assert; @@ -49,4 +58,4 @@ public static function assertJsonValueEquals($expected, $expression, $response) { Assert::assertJsonValueEquals($expected, $expression, json_decode($response->getContent())); } -} \ No newline at end of file +} diff --git a/tests/AssertTraitTest.php b/tests/AssertTraitTest.php index f854a99..37830b8 100644 --- a/tests/AssertTraitTest.php +++ b/tests/AssertTraitTest.php @@ -57,7 +57,7 @@ public function testAssertJsonSchemaFailMessage() } /** - * Tests if referenced schemas are loaded automatically + * Tests if referenced schemas are loaded automatically. */ public function testAssertJsonSchemaWithRefs() {