You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/functions/iTask.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ interface iTask {
31
31
* Alternatively get a defined task.
32
32
*
33
33
* @param string $name Name of current task.
34
-
* @param \de\codenamephp\deployer\base\task\iTask|callable|array|null $body Callable task, array of other tasks names or nothing to get a defined tasks
34
+
* @param \de\codenamephp\deployer\base\task\iTask|callable():void|array|null $body Callable task, array of other tasks names or nothing to get a defined tasks
0 commit comments