From c0f8810aeaf64d4cc453d7e1753552e9039616f8 Mon Sep 17 00:00:00 2001 From: riasvdv Date: Fri, 17 Jun 2022 09:59:07 +0000 Subject: [PATCH] Fix styling --- tests/OnboardTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/OnboardTest.php b/tests/OnboardTest.php index 78e886e..0177abd 100644 --- a/tests/OnboardTest.php +++ b/tests/OnboardTest.php @@ -152,6 +152,7 @@ ->link("/step-1") ->completeIf(function () use (&$called) { $called++; + return true; });