Skip to content

Commit 2b59aea

Browse files
committed
Merge pull request #8 from estahn/analysis-zEARMx
Applied fixes from StyleCI
2 parents 5a2d68a + 6b50369 commit 2b59aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Extension/Symfony.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function assertJsonValueEquals($expected, $expression, $response)
6060
}
6161

6262
/**
63-
* Asserts that a response is successful and of type json
63+
* Asserts that a response is successful and of type json.
6464
*
6565
* @param Response $response Response object
6666
* @param int $statusCode Expected status code (default 200)

tests/AssertTraitTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class AssertTraitTest extends \PHPUnit_Framework_TestCase
1515
{
1616
/**
17-
* Showcase for the Wiki
17+
* Showcase for the Wiki.
1818
*
1919
* @see https://github.com/estahn/phpunit-json-assertions/wiki/assertJsonMatchesSchema
2020
*/

0 commit comments

Comments
 (0)