Skip to content

Commit

Permalink
Fix PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Jan 8, 2024
1 parent 07d1273 commit 63ec833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Exception/Http/HttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public static function dataInstantiateHttpException() {
$classname = in_array($status, $non_exception_codes, true)
? StatusUnknown::class
: Http::class . '\Status' . $status;

$data['Status ' . $status] = [$status, $classname];
}

Expand Down

0 comments on commit 63ec833

Please sign in to comment.