Remove unused variable assignments
This commit is contained in:
@ -17,8 +17,7 @@ final class MDOutputBufferNotStarted extends Exception {
|
||||
*/
|
||||
public function errorMessage() {
|
||||
//error message
|
||||
$errorMsg = 'Output buffer has not yet been started, is to be used: ' . $this->getMessage();
|
||||
return $errorMsg;
|
||||
return 'Output buffer has not yet been started, is to be used: ' . $this->getMessage();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user