Skip to content

Commit 4889695

Browse files
committed
Merge pull request #4 from estahn/analysis-8641R6
Applied fixes from StyleCI
2 parents 5579bf6 + 7e90d3d commit 4889695

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/Integration/Symfony.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the phpunit-json-assertions package.
5+
*
6+
* (c) Enrico Stahn <enrico.stahn@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace EnricoStahn\JsonAssert\Integration;
413

514
use EnricoStahn\JsonAssert\Assert;
@@ -49,4 +58,4 @@ public static function assertJsonValueEquals($expected, $expression, $response)
4958
{
5059
Assert::assertJsonValueEquals($expected, $expression, json_decode($response->getContent()));
5160
}
52-
}
61+
}

tests/AssertTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testAssertJsonSchemaFailMessage()
5757
}
5858

5959
/**
60-
* Tests if referenced schemas are loaded automatically
60+
* Tests if referenced schemas are loaded automatically.
6161
*/
6262
public function testAssertJsonSchemaWithRefs()
6363
{

0 commit comments

Comments
 (0)