Completed
Push — extension-infosource ( 827712...cc4f6c )
by Henry
05:26 queued 02:46
created
lib/plugins/extension/helper/extension.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,6 +210,7 @@  discard block
 block discarded – undo
210 210
      * Set source (remote/local/null) that getters should be forced on
211 211
      *
212 212
      * @var string $source
213
+     * @param string $source
213 214
      * @return void
214 215
      */
215 216
     public function setForceSource($source)
@@ -221,6 +222,7 @@  discard block
 block discarded – undo
221 222
      * If the specified source should be ignored for attribute getters during source selection
222 223
      *
223 224
      * @var string $source
225
+     * @param string $source
224 226
      * @return bool
225 227
      */
226 228
     public function isIgnoredSource($source)
@@ -949,7 +951,7 @@  discard block
 block discarded – undo
949 951
      * @param string $url           url to download
950 952
      * @param string $file          path to file or directory where to save
951 953
      * @param string $defaultName   fallback for name of download
952
-     * @return bool|string          if failed false, otherwise true or the name of the file in the given dir
954
+     * @return false|string          if failed false, otherwise true or the name of the file in the given dir
953 955
      */
954 956
     protected function downloadToFile($url, $file, $defaultName = '')
955 957
     {
Please login to merge, or discard this patch.