|  | @@ -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.