From a5af1c60c90e1d933b818fd0c7233f238b5348b6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 30 Mar 2020 08:58:26 -0500 Subject: [PATCH] Apply fixes from StyleCI (#32169) --- .../Foundation/Testing/Concerns/InteractsWithConsole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php index 337da764c13a..7ab5334255fa 100644 --- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php +++ b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithConsole.php @@ -35,7 +35,7 @@ trait InteractsWithConsole * * @var array */ - public $expectedChoices = []; + public $expectedChoices = []; /** * Call artisan command and return code.