Completed
Push — master ( 7b66d9...6fc25b )
by Fwolf
05:47
created
src/Fwlib/Db/Diff/Executor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@
 block discarded – undo
276 276
      * Setter of db connection
277 277
      *
278 278
      * @param   Adodb   $db
279
-     * @return  Manager
279
+     * @return  Executor
280 280
      */
281 281
     public function setDb(Adodb $db)
282 282
     {
Please login to merge, or discard this patch.
src/Fwlib/Db/Diff/Manager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     /**
151 151
      * Check primary key exists as index in data array, or throw exception
152 152
      *
153
-     * @param   array|string    $primaryKey
153
+     * @param   string    $primaryKey
154 154
      * @param   array           $data
155 155
      */
156 156
     protected function checkPrimaryKeyExist($primaryKey, $data)
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      * This method can be extend to use custom Row class.
185 185
      *
186 186
      * @param   string          $table
187
-     * @param   array|string    $primaryKey
187
+     * @param   string    $primaryKey
188 188
      * @param   array|null      $old
189 189
      * @param   array|null      $new
190 190
      * @return  Row
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
      * This method can be extend to use different db connection.
230 230
      *
231 231
      * @param   string  $table
232
-     * @return  array|string
232
+     * @return  string
233 233
      */
234 234
     protected function getPrimaryKey($table)
235 235
     {
Please login to merge, or discard this patch.
src/Fwlib/Db/SqlGenerator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -64,6 +64,7 @@
 block discarded – undo
64 64
      * Constructor
65 65
      *
66 66
      * @param   Adodb  &$db    Db object
67
+     * @param Adodb $db
67 68
      */
68 69
     public function __construct(&$db)
69 70
     {
Please login to merge, or discard this patch.
src/Fwlib/Db/SyncDbData.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
     /**
327 327
      * Set source and dest db connection
328 328
      *
329
-     * @param   array|Adodb    $source
329
+     * @param   Adodb    $source
330 330
      * @param   array|Adodb    $dest
331 331
      */
332 332
     public function setDb($source, $dest)
@@ -350,9 +350,9 @@  discard block
 block discarded – undo
350 350
     /**
351 351
      * Record last timestamp in dest db, for next round
352 352
      *
353
-     * @param   $dbDest
354
-     * @param   $table      Table name in source db
355
-     * @param   $timestamp
353
+     * @param   Adodb $dbDest
354
+     * @param   string $table      Table name in source db
355
+     * @param   string $timestamp
356 356
      */
357 357
     protected function setLastTimestamp($dbDest, $table, $timestamp)
358 358
     {
Please login to merge, or discard this patch.
src/Fwlib/Html/FormValidator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      *
173 173
      * @param   string|array    $name   String or array of it, empty means all
174 174
      * @param   string|array    $part   Empty means all part
175
-     * @return  this
175
+     * @return  FormValidator
176 176
      */
177 177
     public function clearRules($name = '*', $part = '')
178 178
     {
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
      * @param   string|array    $name   String or array of it
386 386
      * @param   string|array    $check  String or array of it
387 387
      * @param   string          $tip
388
-     * @return  this
388
+     * @return  FormValidator
389 389
      */
390 390
     public function setRuleSimple($name, $check, $tip = '')
391 391
     {
Please login to merge, or discard this patch.
src/Fwlib/Html/Generator/Element/AbstractWDatePicker.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 
121 121
 
122 122
     /**
123
-     * @return  array
123
+     * @return  string
124 124
      */
125 125
     protected function getOtherPickerOptions()
126 126
     {
Please login to merge, or discard this patch.
src/Fwlib/Html/Generator/ElementCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
      * @param mixed $offset <p>
244 244
      *                      The offset to retrieve.
245 245
      *                      </p>
246
-     * @return mixed Can return all value types.
246
+     * @return ElementInterface Can return all value types.
247 247
      */
248 248
     public function offsetGet($offset)
249 249
     {
Please login to merge, or discard this patch.
src/Fwlib/Html/ListView/Renderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Html\Helper\IndentAwareTrait;
5 5
 use Fwlib\Html\ListView\Helper\ClassAndIdConfigTrait;
6
-use Fwlib\Util\UtilContainer;
7 6
 use Fwlib\Web\UrlGenerator;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
src/Fwlib/Net/Sms/SmsSender.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
     /**
169 169
      * Send SMS
170 170
      *
171
-     * @param   mixed   $destNumber
171
+     * @param   string   $destNumber
172 172
      * @param   string  $sms
173 173
      * @param   integer $cat
174 174
      * @return  integer             Actual valid phone number sent.
Please login to merge, or discard this patch.