Skip to content

Commit

Permalink
PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Oct 22, 2013
1 parent 08b5d4e commit e2a7840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScnEsiWidget/Module.php
Expand Up @@ -75,7 +75,7 @@ public function onBootstrap(MvcEvent $e)
$serviceManager = $app->getServiceManager();

$request = $app->getRequest();
if ($request instanceof ZendHttpRequest){
if ($request instanceof ZendHttpRequest) {
$headers = $request->getHeaders();
$surrogateCapability = false;
if (
Expand Down

0 comments on commit e2a7840

Please sign in to comment.