Completed
Pull Request — master (#124)
by Sebastien
01:26
created
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.