Commit 7fbca3be authored by Dave Marshall's avatar Dave Marshall

Switch to single quotes

parent a2d83aac
...@@ -115,7 +115,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte ...@@ -115,7 +115,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
}); });
$this['request_stack'] = $this->share(function () use ($app) { $this['request_stack'] = $this->share(function () use ($app) {
if (class_exists("Symfony\Component\HttpFoundation\RequestStack")) { if (class_exists('Symfony\Component\HttpFoundation\RequestStack')) {
return new RequestStack(); return new RequestStack();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment