From 4608d102ba451d79fc2d73e3543e46651b305cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Mon, 15 Apr 2019 10:29:35 +0200 Subject: [PATCH] Updated the documentation --- RoboFile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RoboFile.php b/RoboFile.php index e787189..ed2f185 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -21,6 +21,7 @@ class RoboFile extends Tasks { /** * Deletes all generated files and reset any saved state. + * @return Result The task result. */ function clean(): Result { return $this->collectionBuilder() @@ -96,6 +97,7 @@ class RoboFile extends Tasks { /** * Watches for file changes. + * @return Result The task result. */ function watch(): Result { return $this->taskWatch()