Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Dec 30, 2022
2 parents 81c5bae + e0cbd75 commit f05adf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/StaticResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ protected function getFileExtension($filename, $response): ?string
$extension = 'xml';
}

if(str_ends_with($filename, $extension)) {
if (str_ends_with($filename, $extension)) {
return null;
}

Expand Down

0 comments on commit f05adf6

Please sign in to comment.