Completed
Pull Request — master (#913)
by Greg
02:06
created
src/Collection/CollectionBuilder.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -168,16 +168,16 @@
 block discarded – undo
168 168
         return $this;
169 169
     }
170 170
 
171
-  /**
172
-   * Add arbitrary code to execute as a task.
173
-   *
174
-   * @see \Robo\Collection\CollectionInterface::addCode
175
-   *
176
-   * @param callable $code
177
-   * @param int|string $name
178
-   *
179
-   * @return $this
180
-   */
171
+    /**
172
+     * Add arbitrary code to execute as a task.
173
+     *
174
+     * @see \Robo\Collection\CollectionInterface::addCode
175
+     *
176
+     * @param callable $code
177
+     * @param int|string $name
178
+     *
179
+     * @return $this
180
+     */
181 181
     public function addCode(callable $code, $name = \Robo\Collection\CollectionInterface::UNNAMEDTASK)
182 182
     {
183 183
         $this->getCollection()->addCode($code, $name);
Please login to merge, or discard this patch.