Passed
Pull Request — master (#1)
by Michael
02:10
created
src/micmania1/config/MergeStrategy/NoKeyConflict.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use micmania1\config\Exceptions\KeyConflictException;
6 6
 use micmania1\config\ConfigCollectionInterface;
7
-use micmania1\config\ConfigCollection;
8 7
 use Exception;
9 8
 
10 9
 class NoKeyConflict
Please login to merge, or discard this patch.
src/micmania1/config/Transformer/Yaml.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -130,6 +130,7 @@
 block discarded – undo
130 130
      *
131 131
      * @var string
132 132
      *
133
+     * @param string $rule
133 134
      * @return boolean
134 135
      */
135 136
     protected function hasRule($rule)
Please login to merge, or discard this patch.