From 00ea2fef2e8e5648e2c57ebd2256964444a5ff78 Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Mon, 23 May 2016 23:57:20 +0200 Subject: [PATCH] Enable StyleCI --- .styleci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 00000000..2fe66ad1 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,8 @@ +preset: laravel + +enabled: + - phpdoc_order + - phpdoc_separation + - unalign_double_arrow + +linting: true