Passed
Push — master ( 64196b...7282d0 )
by Matt
01:00 queued 11s
created
src/DefinitionBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function build(array $config): DefinitionAggregateInterface
34 34
     {
35 35
         foreach ($config as $key => $value) {
36
-            $this->buildDefinition((string) $key, $value);
36
+            $this->buildDefinition((string)$key, $value);
37 37
         }
38 38
 
39 39
         return $this->definitions;
Please login to merge, or discard this patch.
src/InflectorBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function build(array $config): InflectorAggregateInterface
34 34
     {
35 35
         foreach ($config as $key => $value) {
36
-            $this->buildInflector((string) $key, $value);
36
+            $this->buildInflector((string)$key, $value);
37 37
         }
38 38
 
39 39
         return $this->inflectors;
Please login to merge, or discard this patch.