From 69a036b2b79cd9982d59312e4764b6c90bc35c6d Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 3 Jul 2022 01:09:11 +0000 Subject: [PATCH] fix linter --- tests/e2e/Scopes/ProjectCustom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Scopes/ProjectCustom.php b/tests/e2e/Scopes/ProjectCustom.php index 0fa48ddd3c..b06b1c0fb9 100644 --- a/tests/e2e/Scopes/ProjectCustom.php +++ b/tests/e2e/Scopes/ProjectCustom.php @@ -123,7 +123,7 @@ trait ProjectCustom 'webhookId' => $webhook['body']['$id'], 'signatureKey' => $webhook['body']['signatureKey'], ]; - if($fresh) { + if ($fresh) { return $project; } self::$project = $project;