Completed
Push — master ( 592061...ac681a )
by Greg
10s
created
src/Collection/CollectionBuilder.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -140,15 +140,15 @@
 block discarded – undo
140 140
         return $this;
141 141
     }
142 142
 
143
-  /**
144
-   * Add arbitrary code to execute as a task.
145
-   *
146
-   * @see \Robo\Collection\CollectionInterface::addCode
147
-   *
148
-   * @param callable $code
149
-   * @param int|string $name
150
-   * @return $this
151
-   */
143
+    /**
144
+     * Add arbitrary code to execute as a task.
145
+     *
146
+     * @see \Robo\Collection\CollectionInterface::addCode
147
+     *
148
+     * @param callable $code
149
+     * @param int|string $name
150
+     * @return $this
151
+     */
152 152
     public function addCode(callable $code, $name = \Robo\Collection\CollectionInterface::UNNAMEDTASK)
153 153
     {
154 154
         $this->getCollection()->addCode($code, $name);
Please login to merge, or discard this patch.