File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ public function __construct()
346346 'not_operator_with_successor_space ' => true ,
347347 'nullable_type_declaration ' => ['syntax ' => 'question_mark ' ],
348348 'nullable_type_declaration_for_default_null_value ' => ['use_nullable_type_declaration ' => true ],
349+ 'numeric_literal_separator ' => false ,
349350 'object_operator_without_whitespace ' => true ,
350351 'octal_notation ' => false , // requires 8.1+
351352 'operator_linebreak ' => ['only_booleans ' => true , 'position ' => 'beginning ' ],
@@ -698,7 +699,7 @@ public function __construct()
698699 'less_and_greater ' => null ,
699700 ],
700701 ];
701- $ this ->requiredPHPVersion = 80000 ;
702+ $ this ->requiredPHPVersion = 8_00_00 ;
702703 $ this ->autoActivateIsRiskyAllowed = true ;
703704 }
704705}
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ public function __construct()
346346 'not_operator_with_successor_space ' => true ,
347347 'nullable_type_declaration ' => ['syntax ' => 'question_mark ' ],
348348 'nullable_type_declaration_for_default_null_value ' => ['use_nullable_type_declaration ' => true ],
349+ 'numeric_literal_separator ' => false ,
349350 'object_operator_without_whitespace ' => true ,
350351 'octal_notation ' => true ,
351352 'operator_linebreak ' => ['only_booleans ' => true , 'position ' => 'beginning ' ],
@@ -698,7 +699,7 @@ public function __construct()
698699 'less_and_greater ' => null ,
699700 ],
700701 ];
701- $ this ->requiredPHPVersion = 80100 ;
702+ $ this ->requiredPHPVersion = 8_01_00 ;
702703 $ this ->autoActivateIsRiskyAllowed = true ;
703704 }
704705}
Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ public function __construct()
346346 'not_operator_with_successor_space ' => true ,
347347 'nullable_type_declaration ' => ['syntax ' => 'question_mark ' ],
348348 'nullable_type_declaration_for_default_null_value ' => ['use_nullable_type_declaration ' => true ],
349+ 'numeric_literal_separator ' => false ,
349350 'object_operator_without_whitespace ' => true ,
350351 'octal_notation ' => true ,
351352 'operator_linebreak ' => ['only_booleans ' => true , 'position ' => 'beginning ' ],
@@ -698,7 +699,7 @@ public function __construct()
698699 'less_and_greater ' => null ,
699700 ],
700701 ];
701- $ this ->requiredPHPVersion = 80200 ;
702+ $ this ->requiredPHPVersion = 8_02_00 ;
702703 $ this ->autoActivateIsRiskyAllowed = true ;
703704 }
704705}
You can’t perform that action at this time.
0 commit comments