Completed
Push — master ( 6ebbcb...009fee )
by Jelle
08:30 queued 03:24
created
src/PropertyMapper/PropertyDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.