1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 10:23:29 +02:00

Single blank line at eof

A PHP file without end tag must always end with a single empty line feed.
This commit is contained in:
MathiasReker
2022-07-04 17:42:28 +02:00
parent 43fef9cdf2
commit da2a1cca7a

View File

@@ -42,4 +42,4 @@ class PsrResponseCommand extends AbstractCommand
return true;
}
}
}