Skip to content

Commit cb9abb7

Browse files
committed
Add return type
1 parent 623dd2f commit cb9abb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/ResizeCanvasCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ResizeCanvasCommand extends AbstractCommand
1717
* @param \Intervention\Image\Image $image
1818
* @return bool
1919
*/
20-
public function execute($image)
20+
public function execute($image): bool
2121
{
2222
$width = $this->argument(0)->type('digit')->required()->value();
2323
$height = $this->argument(1)->type('digit')->required()->value();

0 commit comments

Comments
 (0)