Failed Conditions
Push — remove-persistent-object ( 355b1f...5a9afb )
by Jonathan
04:21 queued 02:22
created
tests/Doctrine/Tests/Persistence/ManagerRegistryTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
 
161 161
     private function getManagerFactory()
162 162
     {
163
-        return function (string $name) {
163
+        return function(string $name) {
164 164
             $mock = $this->createMock(ObjectManager::class);
165 165
 
166 166
             $driver   = $this->createMock(MappingDriver::class);
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
 
207 207
     protected function getService($name)
208 208
     {
209
-        if (! isset($this->services[$name])) {
209
+        if (!isset($this->services[$name])) {
210 210
             $this->services[$name] = call_user_func($this->managerFactory, $name);
211 211
         }
212 212
 
Please login to merge, or discard this patch.