Passed
Push — master ( 00ebcb...39cb94 )
by Hong
01:49
created
src/ConfigAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     public function getConfig(): Config
41 41
     {
42 42
         if (is_null($this->config)) {
43
-            throw new \LogicException("Config not set in " . get_class($this));
43
+            throw new \LogicException("Config not set in ".get_class($this));
44 44
         }
45 45
         return $this->config;
46 46
     }
Please login to merge, or discard this patch.