Completed
Branch master (1a71ea)
by Javier
06:23
created
src/Factory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,6 @@
 block discarded – undo
69 69
      * Create a new view instance from the given arguments.
70 70
      *
71 71
      * @param  string  $view
72
-     * @param  string  $path
73 72
      * @param  \Illuminate\Contracts\Support\Arrayable|array  $data
74 73
      * @return \Kiroushi\DbBlade\DbView
75 74
      */
Please login to merge, or discard this patch.
src/Models/DbView.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
     /**
11 11
      * Create a new Eloquent model instance.
12 12
      *
13
-     * @param  array  $attributes
14 13
      * @return void
15 14
      */
16 15
     public function __construct()
Please login to merge, or discard this patch.