Passed
Pull Request — master (#167)
by Jérémy
02:06
created
Tests/NewRelic/LoggingInteractorDecoratorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
             case 'array':
84 84
                 return array_fill(0, 2, uniqid('', true));
85 85
             default:
86
-                throw new \UnexpectedValueException('Unknow type. '.$type->getName());
86
+                throw new \UnexpectedValueException('Unknow type. ' . $type->getName());
87 87
         }
88 88
     }
89 89
 }
Please login to merge, or discard this patch.