@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function load(array $configs, ContainerBuilder $container) |
| 17 | 17 | { |
| 18 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 18 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 19 | 19 | $loader->load('services.yml'); |
| 20 | 20 | } |
| 21 | 21 | } |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function load(array $configs, ContainerBuilder $container) |
| 17 | 17 | { |
| 18 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 18 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 19 | 19 | $loader->load('services.yml'); |
| 20 | 20 | } |
| 21 | 21 | } |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use Doctrine\ORM\Internal\Hydration\ArrayHydrator; |
| 9 | 9 | use Doctrine\ORM\Mapping\ClassMetadata; |
| 10 | 10 | use steevanb\DoctrineReadOnlyHydrator\Entity\ReadOnlyEntityInterface; |
| 11 | -use steevanb\DoctrineReadOnlyHydrator\Exception\MethodNotFoundException; |
|
| 12 | 11 | use steevanb\DoctrineReadOnlyHydrator\Exception\PrivateMethodShouldNotAccessPropertiesException; |
| 13 | 12 | |
| 14 | 13 | class ReadOnlyHydrator extends ArrayHydrator |