From 34a16c20ad3dc36c0979f9e39d85b8ae9407fe64 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 17 Apr 2024 11:27:30 +0000 Subject: [PATCH] Apply fixes from StyleCI --- packages/framework/tests/Feature/Commands/DebugCommandTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/framework/tests/Feature/Commands/DebugCommandTest.php b/packages/framework/tests/Feature/Commands/DebugCommandTest.php index e4e2bc5428d..9d0c72dce8d 100644 --- a/packages/framework/tests/Feature/Commands/DebugCommandTest.php +++ b/packages/framework/tests/Feature/Commands/DebugCommandTest.php @@ -67,6 +67,7 @@ public function testItPrintsPharDebugInformation() if (str_contains($message, 'Application binary path:')) { $wasCalled = true; } + return true; });