diff --git a/src/Extension/Symfony.php b/src/Extension/Symfony.php index 1d73b7a..af8e73f 100644 --- a/src/Extension/Symfony.php +++ b/src/Extension/Symfony.php @@ -60,7 +60,7 @@ public static function assertJsonValueEquals($expected, $expression, $response) } /** - * Asserts that a response is successful and of type json + * Asserts that a response is successful and of type json. * * @param Response $response Response object * @param int $statusCode Expected status code (default 200) diff --git a/tests/AssertTraitTest.php b/tests/AssertTraitTest.php index c3c626d..ef2f1f3 100644 --- a/tests/AssertTraitTest.php +++ b/tests/AssertTraitTest.php @@ -14,7 +14,7 @@ class AssertTraitTest extends \PHPUnit_Framework_TestCase { /** - * Showcase for the Wiki + * Showcase for the Wiki. * * @see https://github.com/estahn/phpunit-json-assertions/wiki/assertJsonMatchesSchema */