Completed
Pull Request — master (#58)
by ARCANEDEV
11:09
created
src/Entities/LogCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
      * @param  string  $date
142 142
      * @param  string  $level
143 143
      *
144
-     * @return LogEntryCollection|null
144
+     * @return LogEntryCollection
145 145
      */
146 146
     public function entries($date, $level = 'all')
147 147
     {
Please login to merge, or discard this patch.
src/LogViewerServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * Get the services provided by the provider.
78 78
      *
79
-     * @return array
79
+     * @return string[]
80 80
      */
81 81
     public function provides()
82 82
     {
Please login to merge, or discard this patch.