mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
Updated the documentation
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user