From c3380185409e707f821c3403faf435b0581f2ef9 Mon Sep 17 00:00:00 2001 From: Eric Jones Date: Mon, 23 Sep 2013 16:14:59 -0400 Subject: [PATCH] checked that all src files are PSR-2 compliant --- src/Intervention/Image/Image.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Intervention/Image/Image.php b/src/Intervention/Image/Image.php index ba017ffb..4cfae990 100644 --- a/src/Intervention/Image/Image.php +++ b/src/Intervention/Image/Image.php @@ -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.