Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Dec 20, 2023
1 parent eb6df03 commit c481fad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Exception/JsonException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
class JsonException extends \Exception
{

}
}
2 changes: 1 addition & 1 deletion tests/Resources/broken-json.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"something":
}
}
2 changes: 1 addition & 1 deletion tests/Unit/DataFeedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
$datafeed = new JsonDataFeed('test');
$datafeed->loadFile(__DIR__ . '/../Resources/empty-json.json');

})->throws(\Autodocs\Exception\JsonException::class);
})->throws(\Autodocs\Exception\JsonException::class);

0 comments on commit c481fad

Please sign in to comment.