Completed
Pull Request — master (#93)
by
unknown
03:41
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
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      *
27 27
      * @param $key
28 28
      * @param $minutes
29
-     * @param callable $callback
29
+     * @param Closure $callback
30 30
      *
31 31
      * @return mixed
32 32
      */
Please login to merge, or discard this patch.