From 2b3e039764c3e73ce09554bd31b11e153a2c7b29 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Wed, 26 Apr 2017 13:53:27 +0200 Subject: [PATCH] Remove within type_cast $z = ( int ) $z; // no $z = (int) $z; // yes --- .scrutinizer.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index f65a0a2550..023d4ce51d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -60,8 +60,6 @@ coding_style: linefeed_character: newline around_operators: concatenation: false - within: - type_cast: true braces: classes_functions: class: new-line