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