diff --git a/src/Task/File/Replace.php b/src/Task/File/Replace.php index b88567fd3..031e201ee 100644 --- a/src/Task/File/Replace.php +++ b/src/Task/File/Replace.php @@ -23,6 +23,11 @@ * ->regex('~^service:~') * ->to('services:') * ->run(); + * + * $this->taskReplaceInFile('box/robo.txt') + * ->from(array('##dbname##', 'robo')) + * ->to(array('##dbhost## ', 'localhost')) + * ->run(); * ?> * ``` *