diff --git a/cs_rules.php b/cs_rules.php index 4d9a3a4..2258177 100644 --- a/cs_rules.php +++ b/cs_rules.php @@ -8,7 +8,7 @@ */ return [ '@PSR12' => true, - '@PHP71Migration' => true, + '@PHP7x1Migration' => true, 'binary_operator_spaces' => [ 'operators' => [ '=' => 'align_single_space',