Completed
Pull Request — 2.6 (#7566)
by
unknown
08:07
created
lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,10 +120,10 @@
 block discarded – undo
120 120
             $cacheKeyInfo = $this->hydrateColumnInfo($column);
121 121
 
122 122
             if ( ! $cacheKeyInfo || ($this->class->discriminatorValue &&
123
-                    !$cacheKeyInfo['isIdentifier'] &&
123
+                    ! $cacheKeyInfo['isIdentifier'] &&
124 124
                     isset($cacheKeyInfo['discriminatorValue']) &&
125 125
                     $this->class->discriminatorValue !== $cacheKeyInfo['discriminatorValue'] &&
126
-                    !in_array($this->class->discriminatorValue, $cacheKeyInfo['discriminatorValues']))
126
+                    ! in_array($this->class->discriminatorValue, $cacheKeyInfo['discriminatorValues']))
127 127
             ) {
128 128
                 continue;
129 129
             }
Please login to merge, or discard this patch.