Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Nov 24, 2023
1 parent 7079d81 commit d3c0964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/ConfigProvider/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private function dependencies(): array
},
PrivacyHandler::class => static function (ContainerInterface $container) {
return new PsrRequestHandlerWrapper(new PrivacyHandler(
$container->get(Renderer::class)
$container->get(Renderer::class),
));
},
VersionNumberHandler::class => static function (ContainerInterface $container) {
Expand Down
1 change: 0 additions & 1 deletion src/Handler/PrivacyHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace BrowscapSite\Handler;

use BrowscapSite\Metadata\Metadata;
use BrowscapSite\Renderer\Renderer;
use Exception;
use Psr\Http\Message\ResponseInterface;
Expand Down

0 comments on commit d3c0964

Please sign in to comment.