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);
* linking table.
*/
final class MDDuplicateLinkException extends Exception {
/**
* Error message.
*
@ -19,5 +18,4 @@ final class MDDuplicateLinkException extends Exception {
return $errorMsg;
}
}