From 63314c5e06ffee2a5003e0fa431c71d97aec0d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Lo=CC=88sken?= Date: Sun, 3 Jul 2016 18:30:57 +0200 Subject: [PATCH] Adding Style CI configuration - Use Laravel-like code style - Adding some more helper for formatting --- .styleci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000000..fb9dff817e --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,10 @@ +preset: laravel + +risky: false + +enabled: + - no_useless_else + - phpdoc_align + - phpdoc_no_empty_return + - phpdoc_order + - phpdoc_separation \ No newline at end of file