Completed
Push — master ( 27f167...51621d )
by Ryan
06:10
created
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.
src/Stream/StreamSchema.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     /**
120 120
      * Drop a table.
121 121
      *
122
-     * @param $table
122
+     * @param string $table
123 123
      */
124 124
     public function dropTable($table)
125 125
     {
Please login to merge, or discard this patch.
src/Support/_helpers.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
59 59
      * Get an item from an array or object using "dot" notation.
60 60
      *
61 61
      * @param  mixed        $target
62
-     * @param  string|array $key
63
-     * @param  mixed        $default
62
+     * @param  string $key
63
+     * @param  string        $default
64 64
      * @return mixed
65 65
      */
66 66
     function data($target, $key, $default = null)
Please login to merge, or discard this patch.
src/Database/Migration/Migrator.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,6 @@
 block discarded – undo
211 211
     /**
212 212
      * Clear the addon.
213 213
      *
214
-     * @param Addon $addon
215 214
      */
216 215
     public function clearAddon()
217 216
     {
Please login to merge, or discard this patch.