From e0be3f3f79f8235ad7334919ca4094d5074e02f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Rub=C3=A9l?= Date: Thu, 9 Jun 2022 16:13:53 +0200 Subject: [PATCH] improve property type (#42728) --- Pipeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipeline.php b/Pipeline.php index 916ab83..53b9fef 100644 --- a/Pipeline.php +++ b/Pipeline.php @@ -13,7 +13,7 @@ class Pipeline implements PipelineContract /** * The container implementation. * - * @var \Illuminate\Contracts\Container\Container + * @var \Illuminate\Contracts\Container\Container|null */ protected $container;