Completed
Push — master ( 36b1e4...ae0e44 )
by Nekrasov
03:18
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.
src/NamespacesRepository.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
      * @param string $alias
20 20
      * @param string $namespace
21 21
      *
22
-     * @return WidgetNamespaces
22
+     * @return NamespacesRepository
23 23
      */
24 24
     public function registerNamespace($alias, $namespace)
25 25
     {
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Get namespace by his alias.
33 33
      *
34
-     * @param string $label
35 34
      *
36 35
      * @throws \Exception
37 36
      *
Please login to merge, or discard this patch.