Skip to content

Commit 9b4de89

Browse files
committed
remove @throw docblock comment
1 parent 8bce1bf commit 9b4de89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Relations/EmbedsMany.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use MongoDB\BSON\ObjectID;
1212
use MongoDB\Driver\Exception\LogicException;
1313
use MongoDB\Laravel\Eloquent\Model as MongoDBModel;
14-
use Throwable;
1514

1615
use function array_key_exists;
1716
use function array_values;
@@ -201,8 +200,6 @@ public function destroy($ids = [])
201200
*
202201
* @param null $id
203202
*
204-
* @throws LogicException|Throwable
205-
*
206203
* @note The $id is not used to delete embedded models.
207204
*/
208205
public function delete($id = null): int

0 commit comments

Comments
 (0)