Browse Source

Fix phpcs error.

Mark Story 9 years ago
parent
commit
7297313903
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ORM/Association/BelongsToMany.php

+ 1 - 0
src/ORM/Association/BelongsToMany.php

@@ -808,6 +808,7 @@ class BelongsToMany extends Association
 
         $sourceEntity->set($property, array_values($existing));
         $sourceEntity->dirty($property, false);
+
         return true;
     }