Skip to content

Commit

Permalink
Fix phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 6, 2016
1 parent e5795f3 commit 7297313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/Association/BelongsToMany.php
Expand Up @@ -808,6 +808,7 @@ function () use ($sourceEntity, $targetEntities, $options) {

$sourceEntity->set($property, array_values($existing));
$sourceEntity->dirty($property, false);

return true;
}

Expand Down

0 comments on commit 7297313

Please sign in to comment.