Remove unused variable assignments
This commit is contained in:
@ -13,8 +13,7 @@ final class MDPageNotInAggregatedException extends Exception {
|
||||
*/
|
||||
public function errorMessage() {
|
||||
//error message
|
||||
$errorMsg = 'There is no entity to be shown here (id: <b>' . $this->getMessage() . '</b>).';
|
||||
return $errorMsg;
|
||||
return 'There is no entity to be shown here (id: <b>' . $this->getMessage() . '</b>).';
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user