Skip to content
Snippets Groups Projects
Commit d39fc6e6 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

php-cs-fixer

parent 76a90bed
No related merge requests found
...@@ -140,7 +140,7 @@ class MockContainer implements ContainerInterface ...@@ -140,7 +140,7 @@ class MockContainer implements ContainerInterface
*/ */
public function has($rawId) public function has($rawId)
{ {
$id = $this->aliases[$rawId] ?? $rawId; $id = $this->aliases[$rawId] ?? $rawId;
// Assume every service exists unless explicitly disabled // Assume every service exists unless explicitly disabled
return !in_array($id, $this->disabled); return !in_array($id, $this->disabled);
} }
......
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