mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +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;
|
||||
|
||||
/**
|
||||
* @method SizeInterface getResizeSize(ImageInterface $image)
|
||||
* @method SizeInterface getCropSize(ImageInterface $image)
|
||||
* @method SizeInterface getResizeSize(SizeInterface $size)
|
||||
*/
|
||||
class CoverModifier extends DriverSpecialized implements ModifierInterface
|
||||
{
|
||||
|
@@ -10,8 +10,8 @@ use Intervention\Image\Interfaces\ModifierInterface;
|
||||
use Intervention\Image\Interfaces\SizeInterface;
|
||||
|
||||
/**
|
||||
* @method SizeInterface getResizeSize(ImageInterface $image)
|
||||
* @method SizeInterface getCropSize(ImageInterface $image)
|
||||
* @method SizeInterface getResizeSize(SizeInterface $size)
|
||||
*/
|
||||
class CoverModifier extends DriverSpecialized implements ModifierInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user