Skip to content

Commit

Permalink
Merge branch 'master' into phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Oct 23, 2023
2 parents 5e66e28 + ef3d458 commit 34c5e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ public function addCollection(Collection $collection): void
*
* @param Collection $collection
*/
public function removeCollection(Collection $collection)
public function removeCollection(Collection $collection): void
{
$this->collections->detach($collection);
}
Expand Down

0 comments on commit 34c5e1b

Please sign in to comment.