diff --git a/src/Exception/JsonException.php b/src/Exception/JsonException.php index 60b3cce..47745b3 100644 --- a/src/Exception/JsonException.php +++ b/src/Exception/JsonException.php @@ -5,4 +5,4 @@ class JsonException extends \Exception { -} \ No newline at end of file +} diff --git a/tests/Resources/broken-json.json b/tests/Resources/broken-json.json index 0a0e7e1..9d15647 100644 --- a/tests/Resources/broken-json.json +++ b/tests/Resources/broken-json.json @@ -1,3 +1,3 @@ { "something": -} \ No newline at end of file +} diff --git a/tests/Unit/DataFeedTest.php b/tests/Unit/DataFeedTest.php index f1395ed..7a30921 100644 --- a/tests/Unit/DataFeedTest.php +++ b/tests/Unit/DataFeedTest.php @@ -22,4 +22,4 @@ $datafeed = new JsonDataFeed('test'); $datafeed->loadFile(__DIR__ . '/../Resources/empty-json.json'); -})->throws(\Autodocs\Exception\JsonException::class); \ No newline at end of file +})->throws(\Autodocs\Exception\JsonException::class);