From 0d16149b7bec66780724b402446646e3d8d6f63c Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 3 May 2022 07:43:26 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/BladeCompiler.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/BladeCompiler.php b/src/BladeCompiler.php index 8b50d12..d083cae 100644 --- a/src/BladeCompiler.php +++ b/src/BladeCompiler.php @@ -11,8 +11,7 @@ trait BladeCompiler /** * Creates attributes tags. * - * @param array $attributes - * + * @param array $attributes * @return string */ protected function createAttributes(array $attributes) @@ -23,9 +22,8 @@ protected function createAttributes(array $attributes) /** * Created a view based on a string. * - * @param \Illuminate\Contracts\View\Factory $factory - * @param string $contents - * + * @param \Illuminate\Contracts\View\Factory $factory + * @param string $contents * @return string */ protected function createViewFromString(Factory $factory, string $contents)