Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent 57d3a66 commit 5af769e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/Provider/ApiProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function testCuratedPhotosWithInvalidArgumentException(): void {
$obj = new ApiProvider();

try {

$obj->sendRequest($request);
} catch (Throwable $ex) {

Expand Down Expand Up @@ -201,7 +200,6 @@ public function testGetPhotoWithInvalidArgumentException(): void {
$obj = new ApiProvider($this->authorization);

try {

$obj->sendRequest($request);
} catch (Throwable $ex) {

Expand Down
1 change: 0 additions & 1 deletion tests/Request/SearchPhotosRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public function testSerializeRequestWithInvalidArgumentException(): void {
$obj = new SearchPhotosRequest();

try {

$obj->serializeRequest();
} catch (Throwable $ex) {

Expand Down
1 change: 0 additions & 1 deletion tests/Request/SearchVideosRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public function testSerializeRequestWithInvalidArgumentException(): void {
$obj = new SearchVideosRequest();

try {

$obj->serializeRequest();
} catch (Throwable $ex) {

Expand Down
2 changes: 0 additions & 2 deletions tests/Serializer/RequestSerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public function testSerializeSearchPhotosRequestWithInvalidArgumentException():
$arg = new SearchPhotosRequest();

try {

RequestSerializer::serializeSearchPhotosRequest($arg);
} catch (Throwable $ex) {

Expand Down Expand Up @@ -205,7 +204,6 @@ public function testSerializeSearchVideosRequestWithInvalidArgumentException():
$arg = new SearchVideosRequest();

try {

RequestSerializer::serializeSearchVideosRequest($arg);
} catch (Throwable $ex) {

Expand Down

0 comments on commit 5af769e

Please sign in to comment.