Skip to content

Commit 76875db

Browse files
authored
Fix number of params to sprintf
1 parent 70d42a3 commit 76875db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/src/Factory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,7 @@ public static function getDbo()
418418
@trigger_error(
419419
sprintf(
420420
'%1$s() is deprecated. Load the database from the dependency injection container.',
421-
__METHOD__,
422-
__CLASS__
421+
__METHOD__
423422
),
424423
E_USER_DEPRECATED
425424
);

0 commit comments

Comments
 (0)