Remove superfluous newlines as per PHPCBF

This commit is contained in:
2020-12-14 20:24:00 +01:00
parent 0f3fd1637b
commit 4992011939
34 changed files with 0 additions and 67 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}

View File

@ -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;
}
}

View File

@ -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;
}
}