Remove superfluous newlines as per PHPCBF
This commit is contained in:
@ -6,7 +6,6 @@ declare(strict_types = 1);
|
||||
* are not set public.
|
||||
*/
|
||||
final class MDPageNotInAggregatedException extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
*
|
||||
@ -18,5 +17,4 @@ final class MDPageNotInAggregatedException extends Exception {
|
||||
return $errorMsg;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -6,7 +6,6 @@ declare(strict_types = 1);
|
||||
* are not set public.
|
||||
*/
|
||||
final class MDmainEntityNotPublicException extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
*
|
||||
@ -18,5 +17,4 @@ final class MDmainEntityNotPublicException extends Exception {
|
||||
return $errorMsg;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -5,7 +5,6 @@ declare(strict_types = 1);
|
||||
* Custom exception class for missing page parameters.
|
||||
*/
|
||||
final class MDpageParameterMissingException extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
*
|
||||
@ -17,5 +16,4 @@ final class MDpageParameterMissingException extends Exception {
|
||||
return $errorMsg;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -5,7 +5,6 @@ declare(strict_types = 1);
|
||||
* Custom exception class for invalid page parameters.
|
||||
*/
|
||||
final class MDpageParameterNotNumericException extends Exception {
|
||||
|
||||
/**
|
||||
* Error message.
|
||||
*
|
||||
@ -17,5 +16,4 @@ final class MDpageParameterNotNumericException extends Exception {
|
||||
return $errorMsg;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user