Skip to content

Commit e7e815e

Browse files
Treggatsgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent c3d46a0 commit e7e815e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Relations/EmbedsMany.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@
1111
use MongoDB\BSON\ObjectID;
1212
use MongoDB\Driver\Exception\LogicException;
1313
use MongoDB\Laravel\Eloquent\Model as MongoDBModel;
14+
use Throwable;
1415

1516
use function array_key_exists;
1617
use function array_values;
1718
use function count;
1819
use function in_array;
1920
use function is_array;
2021
use function method_exists;
22+
use function throw_if;
2123

2224
class EmbedsMany extends EmbedsOneOrMany
2325
{
@@ -199,7 +201,7 @@ public function destroy($ids = [])
199201
*
200202
* @param null $id
201203
*
202-
* @throws LogicException|\Throwable
204+
* @throws LogicException|Throwable
203205
*
204206
* @note The $id is not used to delete embedded models.
205207
*/

0 commit comments

Comments
 (0)