From 8ac6fdafbcea86be904e13ac7deeedb665da8839 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 22 Feb 2022 06:13:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/LaravelUtils.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LaravelUtils.php b/src/LaravelUtils.php index abf1258..3d13cb3 100644 --- a/src/LaravelUtils.php +++ b/src/LaravelUtils.php @@ -7,7 +7,8 @@ class LaravelUtils /** * Get full view path relative to the application's configured view path. * - * @param string $path + * @param string $path + * * @return string */ public static function getViewPath($path = '')