Skip to content
This repository has been archived by the owner on Apr 8, 2018. It is now read-only.

Commit

Permalink
Ignored override warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Knap committed Nov 4, 2017
1 parent 51669c9 commit 16d4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ServiceManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function testGetWorks($serviceName, $expectedClass, $expectedException =
]
]
);
ServiceManager::addConfig(DependentServiceFactory::getConfig());
@ServiceManager::addConfig(DependentServiceFactory::getConfig());

if ($expectedException) {
$this->setExpectedException($expectedException);
Expand Down

0 comments on commit 16d4f04

Please sign in to comment.