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)