Passed
Push — master ( e71307...e28267 )
by Dmitry
07:01
created
src/product/Application/BillingRegistryService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     public function getBehavior(string $type, string $behaviorClassWrapper): BehaviorInterface
69 69
     {
70 70
         if (!class_exists($behaviorClassWrapper)) {
71
-            throw InvalidBehaviorException::make( 'Behavior class does not exist', [
71
+            throw InvalidBehaviorException::make('Behavior class does not exist', [
72 72
                     'behavior' => $behaviorClassWrapper,
73 73
                 ]
74 74
             );
Please login to merge, or discard this patch.