Completed
Push — issue/103 ( 39a4ee )
by Tomas Norre
12:28
created
view/process/class.tx_crawler_view_process_list.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     /**
312 312
      * Returns a tag for the refresh icon
313 313
      *
314
-     * @return string
314
+     * @return AOE\Crawler\Utility\ButtonUtility
315 315
      */
316 316
     protected function getRefreshLink()
317 317
     {
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     /**
326 326
      * Returns a link for the panel to enable or disable the crawler
327 327
      *
328
-     * @return string
328
+     * @return AOE\Crawler\Utility\ButtonUtility
329 329
      */
330 330
     protected function getEnableDisableLink()
331 331
     {
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
      *
352 352
      * @param void
353 353
      *
354
-     * @return string a-tag
354
+     * @return AOE\Crawler\Utility\ButtonUtility|null a-tag
355 355
      */
356 356
     protected function getModeLink()
357 357
     {
Please login to merge, or discard this patch.