Passed
Push — master ( e70355...ab3e52 )
by Menno
02:13
created
src/Condition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         ?int $modelId = null,
39 39
         ?string $relatedModelName = null,
40 40
         ?int $relatedModelId = null
41
-    ) {
41
+    ){
42 42
         $this->eventName = $eventName;
43 43
         $this->modelName = $modelName;
44 44
         $this->modelId = $modelId;
Please login to merge, or discard this patch.