From 5997d408e23980e8654be88ddca128f248417a3c Mon Sep 17 00:00:00 2001 From: Kay Stenschke Date: Thu, 10 Sep 2020 21:35:31 +0200 Subject: [PATCH] Update Server.php Correct misspelled argument name, as discussed in https://github.com/Shardj/zf1-future/pull/104/files/5e8bb2ea2c9c574a81fdd3835abd36ecef9298aa#r484983369 --- library/Zend/Amf/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Zend/Amf/Server.php b/library/Zend/Amf/Server.php index 0f87286031..b25c1575a9 100644 --- a/library/Zend/Amf/Server.php +++ b/library/Zend/Amf/Server.php @@ -295,7 +295,7 @@ protected function getLoader() * the result * * @param string $method Is the method to execute - * @param mixed $param values for the method + * @param mixed $params values for the method * @return mixed $response the result of executing the method * @throws Zend_Amf_Server_Exception */