From fe9c88bcc8dfcbb3401b7caefd72f6fa5db1f99b Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Mon, 19 Jun 2023 16:25:23 -0400 Subject: [PATCH] Tweak style rules --- .styleci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 7ca38eb..aa36055 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,8 +1,3 @@ preset: laravel enabled: - - phpdoc_align - - phpdoc_separation - - unalign_double_arrow -disabled: - - laravel_phpdoc_alignment - - laravel_phpdoc_separation + - no_superfluous_phpdoc_tags \ No newline at end of file