From 3eb57163dfbced97e6f0aad96a3d7342594c6081 Mon Sep 17 00:00:00 2001 From: Michael Nabil Date: Mon, 28 Apr 2025 18:34:55 +0300 Subject: [PATCH] Remove docblock --- src/Illuminate/Console/Concerns/InteractsWithIO.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Illuminate/Console/Concerns/InteractsWithIO.php b/src/Illuminate/Console/Concerns/InteractsWithIO.php index f839ce463499..33a4b726377b 100644 --- a/src/Illuminate/Console/Concerns/InteractsWithIO.php +++ b/src/Illuminate/Console/Concerns/InteractsWithIO.php @@ -19,8 +19,6 @@ trait InteractsWithIO * The console components factory. * * @var \Illuminate\Console\View\Components\Factory - * - * @internal This property is not meant to be used or overwritten outside the framework. */ protected $components;