Remove unused variable assignments
This commit is contained in:
@ -19,8 +19,7 @@ final class MDInvalidEmptyInputException extends MDgenericInvalidInputsException
|
||||
*/
|
||||
public function errorMessage() {
|
||||
//error message
|
||||
$errorMsg = 'A value needs to be provided: ' . $this->getMessage();
|
||||
return $errorMsg;
|
||||
return 'A value needs to be provided: ' . $this->getMessage();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user