Completed
Push — master ( ad54a6...3f6ba9 )
by Rougin
01:42
created
src/Provider.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Rougin\Slytherin\Integration\Configuration as SlytherinConfig;
7 7
 use Rougin\Slytherin\Integration\IntegrationInterface;
8 8
 use Zapheus\Container\WritableInterface;
9
-use Zapheus\Provider\Configuration;
10 9
 use Zapheus\Provider\ProviderInterface;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Initializes the provider instance.
29 29
      *
30
-     * @param \Rougin\Slytherin\Integration\IntegrationInterface[] $integration
30
+     * @param \Rougin\Slytherin\Integration\IntegrationInterface[] $integrations
31 31
      */
32 32
     public function __construct($integrations)
33 33
     {
Please login to merge, or discard this patch.