Skip to content

Commit

Permalink
Removed note
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPHP committed Apr 9, 2016
1 parent 3a6372e commit 621c410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ORM/Rule/IsUnique.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public function __invoke(EntityInterface $entity, array $options)
}

if($checkNull) {
// Thanks to ndm
foreach ($conditions as $key => $value) {
if ($value === null) {
$conditions[$key . ' IS'] = $value;
Expand Down

0 comments on commit 621c410

Please sign in to comment.