From d8fe0241753783afa1e6f0989af7af5313b9973d Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Thu, 11 Jan 2024 03:23:28 +0700 Subject: [PATCH] chore: disable some check rule for styleci --- .styleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 06256fb..1336d96 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -2,3 +2,5 @@ preset: laravel disabled: - not_operator_with_successor_space + - laravel_phpdoc_separation + - laravel_phpdoc_alignment