Completed
Branch master (aa61a6)
by Till
03:09
created
src/Executer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * Create a new command bus executer.
25 25
      *
26
-     * @param Illuminate\Contracts\Container\Container  $container
26
+     * @param Container  $container
27 27
      */
28 28
     public function __construct(Container $container)
29 29
     {
Please login to merge, or discard this patch.
src/Locators/AdjacentLocator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * Create a new adjacent locator instance.
20 20
      *
21
-     * @param Illuminate\Contracts\Container\Container  $container
21
+     * @param Container  $container
22 22
      */
23 23
     public function __construct(Container $container)
24 24
     {
Please login to merge, or discard this patch.
src/Locators/MappingLocator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
     /**
27 27
      * Create a new mapping locator instance.
28 28
      *
29
-     * @param Illuminate\Contracts\Container\Container  $container
30
-     * @param Illuminate\Contracts\Config\Repository    $config
29
+     * @param Container  $container
30
+     * @param Configuration    $config
31 31
      */
32 32
     public function __construct(Container $container, Configuration $config)
33 33
     {
Please login to merge, or discard this patch.
src/Locators/NamespaceLocator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
     /**
27 27
      * Create a new namespace locator instance.
28 28
      *
29
-     * @param Illuminate\Contracts\Container\Container  $container
30
-     * @param Illuminate\Contracts\Config\Repository    $config
29
+     * @param Container  $container
30
+     * @param Configuration    $config
31 31
      */
32 32
     public function __construct(Container $container, Configuration $config)
33 33
     {
Please login to merge, or discard this patch.