Completed
Pull Request — last-modified-feature (#5)
by Richan
14:43 queued 13:18
created
src/Concerns/ManageLastModifiedHeader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * Set configuration value for a specific key.
90 90
      *
91 91
      * @param string $key
92
-     * @param mixed  $value
92
+     * @param boolean  $value
93 93
      *
94 94
      * @return void
95 95
      */
Please login to merge, or discard this patch.
src/Events/ModelHasUpdated.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Model accessor.
31 31
      *
32
-     * @return Illuminate\Database\Eloquent\Model
32
+     * @return Model
33 33
      */
34 34
     public function model()
35 35
     {
Please login to merge, or discard this patch.