From c08c3b5c9c101a6aadc4f836ef3ce8c915415117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean=20Traull=C3=A9?= <613615+jtraulle@users.noreply.github.com> Date: Mon, 26 Aug 2019 21:33:46 +0200 Subject: [PATCH] Enable fixer to auto-fix code style issues --- .stickler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.stickler.yml b/.stickler.yml index af0cb290035..b68804448b2 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -5,3 +5,6 @@ linters: extensions: 'php' tab_width: 4 fixer: true + +fixers: + enable: true