@@ -206,7 +206,7 @@ |
||
206 | 206 | |
207 | 207 | $isOk = true; |
208 | 208 | $isOk &= $required == $requireResult; |
209 | - $isOk &= (null === $this->targType) === (null === $this->foreignFieldName); |
|
209 | + $isOk &= (null === $this->targType) === (null === $this->foreignFieldName); |
|
210 | 210 | $isOk &= count($this->throughFieldChain) >= 2; |
211 | 211 | |
212 | 212 | return boolval($isOk); |