1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 01:29:51 +02:00

checked that all src files are PSR-2 compliant

This commit is contained in:
Eric Jones
2013-09-23 16:14:59 -04:00
parent 2be5997905
commit c338018540

View File

@@ -1496,7 +1496,6 @@ class Image
// There was a logical error in the program that wasn't considered.
// Namely, how should the program handle a valid resource handle
// that wasn't a valid image resource handle.
//
// Previously this method simply returned false if $input wasn't
// a valid image resource handle. But in the constructor, the next
// conditional passed the file handle to the Image::isBinary method.