From 2c97b6de89a0795dd1861c321fca9adc0df2c840 Mon Sep 17 00:00:00 2001 From: Nathan Esayeas Date: Thu, 24 Oct 2019 06:38:07 -0400 Subject: [PATCH] chore(ci): disable braces fixer --- .styleci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 679ea6849..2affa661d 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -5,3 +5,6 @@ finder: - MethodWithHHVMReturnType.php - MockingParameterAndReturnTypesTest.php - SemiReservedWordsAsMethods.php + +disabled: + - braces