| @@ -49,7 +49,7 @@ discard block | ||
| 49 | 49 | $manager = new SitemapServiceManager([ | 
| 50 | 50 | 'my-type' => $service, | 
| 51 | 51 | ]); | 
| 52 | - $result = $manager->get($definition); | |
| 52 | + $result = $manager->get($definition); | |
| 53 | 53 | |
| 54 | 54 | static::assertInstanceOf(SitemapServiceInterface::class, $result); | 
| 55 | 55 | static::assertSame([ | 
| @@ -74,7 +74,7 @@ discard block | ||
| 74 | 74 | $manager = new SitemapServiceManager([ | 
| 75 | 75 | 'my-type' => $service, | 
| 76 | 76 | ]); | 
| 77 | - $result = $manager->get($definition); | |
| 77 | + $result = $manager->get($definition); | |
| 78 | 78 | |
| 79 | 79 | static::assertInstanceOf(SitemapServiceInterface::class, $result); | 
| 80 | 80 | static::assertSame([ |