We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623dd2f commit cb9abb7Copy full SHA for cb9abb7
src/Commands/ResizeCanvasCommand.php
@@ -17,7 +17,7 @@ class ResizeCanvasCommand extends AbstractCommand
17
* @param \Intervention\Image\Image $image
18
* @return bool
19
*/
20
- public function execute($image)
+ public function execute($image): bool
21
{
22
$width = $this->argument(0)->type('digit')->required()->value();
23
$height = $this->argument(1)->type('digit')->required()->value();
0 commit comments