Skip to content

Commit

Permalink
Fixed a typo in the deprecation notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkevindev committed Jan 26, 2024
1 parent 5502de7 commit 73e3785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/PayumController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct(?Payum $payum = null)
if ($payum === null) {
@trigger_error(
sprintf(
'%s requires an instance of %s asd the first argument. Not passing this object is deprecated and it will be required in payum/payum-bundle 3.0.',
'%s requires an instance of %s as the first argument. Not passing this object is deprecated and it will be required in payum/payum-bundle 3.0.',
__METHOD__,
Payum::class
),
Expand Down

0 comments on commit 73e3785

Please sign in to comment.