Completed
Push — master ( deb63b...21267d )
by Ryan
05:38
created
src/Ui/Table/Table.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -387,7 +387,7 @@
 block discarded – undo
387 387
      * Get an option value.
388 388
      *
389 389
      * @param        $key
390
-     * @param  null  $default
390
+     * @param  integer|null  $default
391 391
      * @return mixed
392 392
      */
393 393
     public function getOption($key, $default = null)
Please login to merge, or discard this patch.
src/Ui/Table/TableRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * Create a new EloquentModel instance.
23 23
      *
24
-     * @param EloquentModel $model
24
+     * @param Model $model
25 25
      */
26 26
     public function __construct(Model $model)
27 27
     {
Please login to merge, or discard this patch.