Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit cf9d9d4

Browse files
Added a space to the message
1 parent 475d235 commit cf9d9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Json/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ protected function _handle()
550550
$orderedParams[ $refParam->getName() ] = $refParam->getDefaultValue();
551551
} else {
552552
throw new Zend_Server_Exception(
553-
'Method ' . $request->getMethod() . 'is missing required parameter: ' . $refParam->getName()
553+
'Method ' . $request->getMethod() . ' is missing required parameter: ' . $refParam->getName()
554554
);
555555
}
556556
}

0 commit comments

Comments
 (0)