Completed
Push — master ( a0226e...3fc0cf )
by Ryan
05:12
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.