Completed
Pull Request — master (#192)
by
unknown
19:56
created
mysite/tests/Tasks/SetSupportedAddonsTaskTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
         }
95 95
     }
96 96
 
97
+    /**
98
+     * @param string $addons
99
+     */
97 100
     protected function runTask($addons = null, array $args = [])
98 101
     {
99 102
         $vars = $addons ? ['addons' => $addons] : [];
Please login to merge, or discard this patch.