Skip to content

Commit e99646e

Browse files
paulinevosgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent 058e795 commit e99646e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Eloquent/SoftDeletes.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
namespace MongoDB\Laravel\Eloquent;
66

7+
use function sprintf;
8+
use function trigger_error;
9+
10+
use const E_USER_DEPRECATED;
11+
712
trigger_error(sprintf('Since mongodb/laravel-mongodb:5.5, trait "%s" is deprecated, use "%s" instead.', SoftDeletes::class, \Illuminate\Database\Eloquent\SoftDeletes::class), E_USER_DEPRECATED);
813

914
/** @deprecated since mongodb/laravel-mongodb:5.5, use \Illuminate\Database\Eloquent\SoftDeletes instead */

0 commit comments

Comments
 (0)