@@ -146,15 +146,15 @@ |
||
| 146 | 146 | return $this; |
| 147 | 147 | } |
| 148 | 148 | |
| 149 | - /** |
|
| 150 | - * Add arbitrary code to execute as a task. |
|
| 151 | - * |
|
| 152 | - * @see \Robo\Collection\CollectionInterface::addCode |
|
| 153 | - * |
|
| 154 | - * @param callable $code |
|
| 155 | - * @param int|string $name |
|
| 156 | - * @return $this |
|
| 157 | - */ |
|
| 149 | + /** |
|
| 150 | + * Add arbitrary code to execute as a task. |
|
| 151 | + * |
|
| 152 | + * @see \Robo\Collection\CollectionInterface::addCode |
|
| 153 | + * |
|
| 154 | + * @param callable $code |
|
| 155 | + * @param int|string $name |
|
| 156 | + * @return $this |
|
| 157 | + */ |
|
| 158 | 158 | public function addCode(callable $code, $name = self::UNNAMEDTASK) |
| 159 | 159 | { |
| 160 | 160 | $this->getCollection()->addCode($code, $name); |