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

@ -5,7 +5,6 @@ declare(strict_types = 1);
* Custom exception class for errors loading configuration information.
*/
final class MDConfigCannotBeLoadedException extends Exception {
/**
* Error message.
*
@ -17,5 +16,4 @@ final class MDConfigCannotBeLoadedException extends Exception {
return $errorMsg;
}
}