Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored and github-actions[bot] committed Nov 26, 2022
1 parent 3b5682f commit e0cbd75
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 e0cbd75

Please sign in to comment.