Completed
Push — master ( f22245...5ea4de )
by recca
03:19
created
lib/elFinder.class.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -595,7 +595,7 @@  discard block
 block discarded – undo
595 595
     /**
596 596
      * Return elFinder session wrapper instance.
597 597
      *
598
-     * @return  object  elFinderSessionInterface
598
+     * @return  elFinderSessionInterface  elFinderSessionInterface
599 599
      **/
600 600
     public function getSession()
601 601
     {
@@ -1195,7 +1195,7 @@  discard block
 block discarded – undo
1195 1195
     /**
1196 1196
      * Return elFinder static variable.
1197 1197
      *
1198
-     * @param $key
1198
+     * @param string $key
1199 1199
      * @return mixed|null
1200 1200
      */
1201 1201
     public static function getStaticVar($key)
@@ -1275,8 +1275,8 @@  discard block
 block discarded – undo
1275 1275
      * Get stream resource pointer by URL.
1276 1276
      *
1277 1277
      * @param array  $data  array('target'=>'URL', 'headers' => array())
1278
-     * @param number $redirectLimit
1279
-     * @return resource|bool
1278
+     * @param integer $redirectLimit
1279
+     * @return resource
1280 1280
      *
1281 1281
      * @author Naoki Sawada
1282 1282
      */
@@ -1376,7 +1376,7 @@  discard block
 block discarded – undo
1376 1376
      *
1377 1377
      * @throws \Exception
1378 1378
      *
1379
-     * @return mixed
1379
+     * @return string
1380 1380
      *
1381 1381
      * @author Naoki Sawada
1382 1382
      */
@@ -2428,7 +2428,7 @@  discard block
 block discarded – undo
2428 2428
      * @param  string $str
2429 2429
      * @param  array  $extTable
2430 2430
      * @param  array  $args
2431
-     * @return array
2431
+     * @return string[]
2432 2432
      * @author Naoki Sawada
2433 2433
      */
2434 2434
     protected function parse_data_scheme($str, $extTable, $args = null)
@@ -3570,7 +3570,7 @@  discard block
 block discarded – undo
3570 3570
      *
3571 3571
      * @param array|string $hashes
3572 3572
      * @param bool $autoUnlock
3573
-     * @return bool
3573
+     * @return false|null
3574 3574
      */
3575 3575
     protected function itemLock($hashes, $autoUnlock = true)
3576 3576
     {
@@ -3599,7 +3599,7 @@  discard block
 block discarded – undo
3599 3599
      * Do unlock target item.
3600 3600
      *
3601 3601
      * @param string $hash
3602
-     * @return bool
3602
+     * @return boolean|null
3603 3603
      */
3604 3604
     protected function itemUnlock($hash)
3605 3605
     {
Please login to merge, or discard this patch.