Completed
Branch v10.0.8 (8331ba)
by Pierre-Henry
35:33
created
_protected/framework/Video/Api/Metacafe.class.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     /**
23 23
      * @param string $sUrl
24 24
      *
25
-     * @return string|bool Returns the embed video URL if found, FALSE otherwise.
25
+     * @return false|string Returns the embed video URL if found, FALSE otherwise.
26 26
      */
27 27
     public function getVideo($sUrl)
28 28
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     /**
128 128
      * @param string $sUrl
129 129
      *
130
-     * @return int|bool Returns the ID of the video if it was found, FALSE otherwise.
130
+     * @return string|false Returns the ID of the video if it was found, FALSE otherwise.
131 131
      */
132 132
     public function getVideoId($sUrl)
133 133
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      *
142 142
      * @param string $sUrl
143 143
      *
144
-     * @return bool|string
144
+     * @return false|string
145 145
      */
146 146
     public function getEmbedUrl($sUrl)
147 147
     {
Please login to merge, or discard this patch.
_protected/framework/Video/Api/Vimeo.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     /**
23 23
      * @param string $sUrl
24 24
      *
25
-     * @return string|bool Returns the video embed URL if it was found and is valid, FALSE otherwise.
25
+     * @return false|string Returns the video embed URL if it was found and is valid, FALSE otherwise.
26 26
      */
27 27
     public function getVideo($sUrl)
28 28
     {
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * @param string $sUrl
72 72
      *
73
-     * @return int|bool Returns the ID of the video if it was found, FALSE otherwise.
73
+     * @return string|false Returns the ID of the video if it was found, FALSE otherwise.
74 74
      */
75 75
     public function getVideoId($sUrl)
76 76
     {
Please login to merge, or discard this patch.
_protected/framework/Video/Api/Youtube.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * @param string $sUrl
30 30
      *
31
-     * @return string|bool Returns the embed video URL if found, FALSE otherwise.
31
+     * @return false|string Returns the embed video URL if found, FALSE otherwise.
32 32
      */
33 33
     public function getVideo($sUrl)
34 34
     {
Please login to merge, or discard this patch.
static/PFBC/ckeditor/ckeditor_php5.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -474,6 +474,7 @@
 block discarded – undo
474 474
 
475 475
     /**
476 476
      * Return path to ckeditor.js.
477
+     * @return string
477 478
      */
478 479
     private function ckeditorPath()
479 480
     {
Please login to merge, or discard this patch.
_protected/app/system/core/models/UserCoreModel.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -457,6 +457,7 @@  discard block
 block discarded – undo
457 457
      *
458 458
      * @param int iProfileId
459 459
      * @param int $iStatus Values: 0 = Offline, 1 = Online, 2 = Busy, 3 = Away
460
+     * @param integer $iProfileId
460 461
      *
461 462
      * @return void
462 463
      */
@@ -1061,7 +1062,7 @@  discard block
 block discarded – undo
1061 1062
      * @param int $iOffset
1062 1063
      * @param int $iLimit
1063 1064
      *
1064
-     * @return array|stdClass|int Object with the users list returned or integer for the total number users returned.
1065
+     * @return integer Object with the users list returned or integer for the total number users returned.
1065 1066
      */
1066 1067
     public function getGeoProfiles($sCountryCode, $sCity, $bCount, $sOrder, $iOffset = null, $iLimit = null)
1067 1068
     {
@@ -1373,7 +1374,7 @@  discard block
 block discarded – undo
1373 1374
      *
1374 1375
      * @param int $iGroupId Group ID. Select only the specific membership from a group ID.
1375 1376
      *
1376
-     * @return stdClass|array The membership(s) data.
1377
+     * @return string The membership(s) data.
1377 1378
      */
1378 1379
     public function getMemberships($iGroupId = null)
1379 1380
     {
Please login to merge, or discard this patch.
_protected/app/system/modules/admin123/controllers/UserController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -381,6 +381,9 @@
 block discarded – undo
381 381
         );
382 382
     }
383 383
 
384
+    /**
385
+     * @param integer $iStatus
386
+     */
384 387
     private function moderateRegistration($iId, $iStatus)
385 388
     {
386 389
         if (isset($iId, $iStatus)) {
Please login to merge, or discard this patch.
_protected/app/system/modules/forum/models/ForumModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * @param int $iOffset
56 56
      * @param int $iLimit
57 57
      *
58
-     * @return array|\stdClass|bool
58
+     * @return string
59 59
      */
60 60
     public function getTopic($sForumName, $iForumId, $sTopicSubject, $iTopicId, $iProfileId, $iApproved, $iOffset, $iLimit)
61 61
     {
Please login to merge, or discard this patch.
_protected/framework/Structure/General.class.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
         /**
18 18
          * Emit a signal.
19 19
          *
20
-         * @param mixed $mVar [, string $... ]
21 20
          *
22 21
          * @return string
23 22
          */
Please login to merge, or discard this patch.
_protected/app/system/modules/user/forms/processing/EditFormProcess.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @return int
84
+     * @return string
85 85
      */
86 86
     private function getProfileId()
87 87
     {
Please login to merge, or discard this patch.