MDL-48688 inbound: Fix incorrect class names

This commit is contained in:
Ankit Agarwal
2014-12-22 13:50:43 +05:30
parent ae2a9c0e66
commit 6227a1f3e7
3 changed files with 8 additions and 9 deletions
@@ -38,7 +38,7 @@ class processing_failed_exception extends \moodle_exception {
*
* @param string $identifier The string identifier to use when displaying this exception.
* @param string $component The string component
* @param stdClass $data The data to pass to get_string
* @param \stdClass $data The data to pass to get_string
*/
public function __construct($identifier, $component, \stdClass $data = null) {
return parent::__construct($identifier, $component, '', $data);