diff --git a/Controller/PayumController.php b/Controller/PayumController.php index 499e157..42bd025 100644 --- a/Controller/PayumController.php +++ b/Controller/PayumController.php @@ -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 ),