mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 01:00:06 +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;
|
public $dirname;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Trailing name component of current image filename
|
* The current basename of the image file, if instance was created from file.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@@ -56,7 +56,7 @@ class Image
|
|||||||
public $extension;
|
public $extension;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Combined filename (basename and extension)
|
* The current image basename without extension, if instance was created from file.
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user