mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 16:19:50 +02:00
Merge pull request #112 from holtkamp/patch-documentation-basename-filename
Fixed wrong documentation
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user