From 6b503699f1dd3244655bba45804400e45dec6d2f Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Mon, 21 Mar 2016 03:22:58 -0400 Subject: [PATCH] Applied fixes from StyleCI --- src/Extension/Symfony.php | 2 +- tests/AssertTraitTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */