From da2a1cca7a0c1cdb05861b23d04aa3dd62e0cb29 Mon Sep 17 00:00:00 2001 From: MathiasReker Date: Mon, 4 Jul 2022 17:42:28 +0200 Subject: [PATCH] Single blank line at eof A PHP file without end tag must always end with a single empty line feed. --- src/Intervention/Image/Commands/PsrResponseCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Intervention/Image/Commands/PsrResponseCommand.php b/src/Intervention/Image/Commands/PsrResponseCommand.php index d75cd903..4e515351 100644 --- a/src/Intervention/Image/Commands/PsrResponseCommand.php +++ b/src/Intervention/Image/Commands/PsrResponseCommand.php @@ -42,4 +42,4 @@ class PsrResponseCommand extends AbstractCommand return true; } -} \ No newline at end of file +}