From 5d73ad777c47a935d3821a1c14303b03c1a62e1b Mon Sep 17 00:00:00 2001 From: Menno Holtkamp Date: Thu, 3 Apr 2014 10:38:00 +0200 Subject: [PATCH] Fixed wrong documentation Especially the 'filename' property, as the docs suggested in included the extension http://image.intervention.io/properties/public#filename http://php.net/manual/en/function.pathinfo.php --- src/Intervention/Image/Image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Intervention/Image/Image.php b/src/Intervention/Image/Image.php index 631958ec..fd47155a 100644 --- a/src/Intervention/Image/Image.php +++ b/src/Intervention/Image/Image.php @@ -42,7 +42,7 @@ class Image public $dirname; /** - * Trailing name component of current image filename + * The current basename of the image file, if instance was created from file. * * @var string */ @@ -56,7 +56,7 @@ class Image public $extension; /** - * Combined filename (basename and extension) + * The current image basename without extension, if instance was created from file. * * @var string */