From d30bc52df0d290dec11c3822f26a89335d15d815 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 13 Aug 2020 08:59:18 -0500 Subject: [PATCH] Apply fixes from StyleCI (#33861) --- src/Illuminate/View/ComponentAttributeBag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/View/ComponentAttributeBag.php b/src/Illuminate/View/ComponentAttributeBag.php index d563be6ae774..441606642138 100644 --- a/src/Illuminate/View/ComponentAttributeBag.php +++ b/src/Illuminate/View/ComponentAttributeBag.php @@ -117,7 +117,7 @@ public function whereStartsWith($string) return Str::startsWith($key, $string); }); } - + /** * Return a bag of attributes with keys that do not start with the given value / pattern. *