mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-31 20:12:29 +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.
|
* Deletes all generated files and reset any saved state.
|
||||||
|
* @return Result The task result.
|
||||||
*/
|
*/
|
||||||
function clean(): Result {
|
function clean(): Result {
|
||||||
return $this->collectionBuilder()
|
return $this->collectionBuilder()
|
||||||
@ -96,6 +97,7 @@ class RoboFile extends Tasks {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Watches for file changes.
|
* Watches for file changes.
|
||||||
|
* @return Result The task result.
|
||||||
*/
|
*/
|
||||||
function watch(): Result {
|
function watch(): Result {
|
||||||
return $this->taskWatch()
|
return $this->taskWatch()
|
||||||
|
|||||||
Reference in New Issue
Block a user