Remove within type_cast

$z = ( int ) $z; // no
$z = (int) $z; // yes
remotes/angel/1.11.x
jmontoyaa 8 years ago
parent ed4321b2cb
commit 2b3e039764
  1. 2
      .scrutinizer.yml

@ -60,8 +60,6 @@ coding_style:
linefeed_character: newline linefeed_character: newline
around_operators: around_operators:
concatenation: false concatenation: false
within:
type_cast: true
braces: braces:
classes_functions: classes_functions:
class: new-line class: new-line

Loading…
Cancel
Save