From aaed6f151098b1a02c27ba4fa83aaaa915cc8796 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Tue, 25 Apr 2017 13:39:07 +0200 Subject: [PATCH] Space between casting: $a = (int) $a; --- .scrutinizer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index aed959b392..ebec6e1bc4 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -60,6 +60,8 @@ coding_style: linefeed_character: newline around_operators: concatenation: false + within: + type_cast: true braces: classes_functions: class: new-line @@ -77,6 +79,7 @@ coding_style: opening: end-of-line try: opening: end-of-line + upper_lower_casing: keywords: general: lower