@@ -95,7 +95,7 @@ |
||
95 | 95 | * |
96 | 96 | * @return void |
97 | 97 | */ |
98 | - public function sanitizeProperty(\stdClass &$object, FactoryContainerInterface $factoryContainer) { |
|
98 | + public function sanitizeProperty(\stdClass & $object, FactoryContainerInterface $factoryContainer) { |
|
99 | 99 | if (($entityType = $this->getEntityType()) && isset($object->{$this->getName()})) { |
100 | 100 | $value = &$object->{$this->getName()}; |
101 | 101 | if ($this->isArray()) { |