Skip to content

Commit

Permalink
Merge pull request #1 from kstenschke/task/PM-3746
Browse files Browse the repository at this point in the history
Update Server.php
  • Loading branch information
kstenschke committed Sep 10, 2020
2 parents 5e8bb2e + 495312c commit 1af2acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/Zend/Amf/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ protected function getLoader()
* Loads a remote class or method and executes the function and returns
* the result
*
* @param string $method Is the method to execute
* @param null $params
* @param null $source
* @param string $method Is the method to execute
* @param mixed $params values for the method
* @param string|null $source
* @return mixed $response the result of executing the method
* @throws Zend_Acl_Exception
* @throws Zend_Amf_Server_Exception
Expand Down

0 comments on commit 1af2acc

Please sign in to comment.