Completed
Pull Request — master (#108)
by
unknown
01:42
created
src/ServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * Get the services provided by the provider.
92 92
      *
93
-     * @return array
93
+     * @return string[]
94 94
      */
95 95
     public function provides()
96 96
     {
Please login to merge, or discard this patch.
src/Misc/LaravelApplicationWrapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param $key
28 28
      * @param $minutes
29 29
      * @param $tags
30
-     * @param callable $callback
30
+     * @param Closure $callback
31 31
      *
32 32
      * @return mixed
33 33
      */
Please login to merge, or discard this patch.