Merge "Fix phpdoc in SwiftFileBackend"

This commit is contained in:
jenkins-bot 2014-01-27 16:12:01 +00:00 committed by Gerrit Code Review
commit 7937829b9b

View file

@ -1570,11 +1570,11 @@ class SwiftFileBackend extends FileBackendStore {
* Log an unexpected exception for this backend.
* This also sets the Status object to have a fatal error.
*
* @param Status $code null
* @param Status|null $status
* @param string $func
* @param array $params
* @param string $err Error string
* @param integer $status HTTP status
* @param integer $code HTTP status
* @param string $desc HTTP status description
*/
public function onError( $status, $func, array $params, $err = '', $code = 0, $desc = '' ) {