Completed
Push — master ( 726cf0...6f2970 )
by recca
03:09
created
resources/elfinder/php/elFinder.class.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -492,7 +492,7 @@  discard block
 block discarded – undo
492 492
     /**
493 493
      * Return elFinder session wrapper instance.
494 494
      *
495
-     * @return object elFinderSessionInterface
495
+     * @return elFinderSessionInterface elFinderSessionInterface
496 496
      **/
497 497
     public function getSession()
498 498
     {
@@ -1016,7 +1016,7 @@  discard block
 block discarded – undo
1016 1016
     /**
1017 1017
      * Return elFinder static variable.
1018 1018
      *
1019
-     * @param $key
1019
+     * @param string $key
1020 1020
      *
1021 1021
      * @return mixed|null
1022 1022
      */
@@ -2021,7 +2021,7 @@  discard block
 block discarded – undo
2021 2021
      * @param string $str
2022 2022
      * @param array  $extTable
2023 2023
      *
2024
-     * @return array
2024
+     * @return string[]
2025 2025
      *
2026 2026
      * @author Naoki Sawada
2027 2027
      */
Please login to merge, or discard this patch.