mirror of
https://github.com/Intervention/image.git
synced 2025-08-31 01:29:51 +02:00
Fix types in doc blocks
This commit is contained in:
@@ -12,8 +12,8 @@ use Intervention\Image\Interfaces\ModifierInterface;
|
|||||||
use Intervention\Image\Interfaces\SizeInterface;
|
use Intervention\Image\Interfaces\SizeInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @method SizeInterface getResizeSize(ImageInterface $image)
|
|
||||||
* @method SizeInterface getCropSize(ImageInterface $image)
|
* @method SizeInterface getCropSize(ImageInterface $image)
|
||||||
|
* @method SizeInterface getResizeSize(SizeInterface $size)
|
||||||
*/
|
*/
|
||||||
class CoverModifier extends DriverSpecialized implements ModifierInterface
|
class CoverModifier extends DriverSpecialized implements ModifierInterface
|
||||||
{
|
{
|
||||||
|
@@ -10,8 +10,8 @@ use Intervention\Image\Interfaces\ModifierInterface;
|
|||||||
use Intervention\Image\Interfaces\SizeInterface;
|
use Intervention\Image\Interfaces\SizeInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @method SizeInterface getResizeSize(ImageInterface $image)
|
|
||||||
* @method SizeInterface getCropSize(ImageInterface $image)
|
* @method SizeInterface getCropSize(ImageInterface $image)
|
||||||
|
* @method SizeInterface getResizeSize(SizeInterface $size)
|
||||||
*/
|
*/
|
||||||
class CoverModifier extends DriverSpecialized implements ModifierInterface
|
class CoverModifier extends DriverSpecialized implements ModifierInterface
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user