File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22declare ( strict_types = 1 );
33
44function usesDeprecated () {
5- lcg_value ( );
5+ utf8_encode ( " foo " );
66}
77
88#[FirstAttrib, SecondAttrib]
Original file line number Diff line number Diff line change 22declare( strict_types = 1 );
33
44function usesDeprecated() {
5- lcg_value( );
5+ utf8_encode( "foo" );
66}
77
88#[FirstAttrib]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FILE: {dir}/data/ExtraSniffsApplied.php
22--------------------------------------------------------------------------------
33FOUND 2 ERRORS AFFECTING 2 LINES
44--------------------------------------------------------------------------------
5- 5 | ERROR | [ ] Function lcg_value () has been deprecated
5+ 5 | ERROR | [ ] Function utf8_encode () has been deprecated
66 | | (Generic.PHP.DeprecatedFunctions.Deprecated)
77 8 | ERROR | [x] 2 attributes are joined.
88 | | (SlevomatCodingStandard.Attributes.DisallowAttributesJoining.DisallowedAttributesJoining)
You can’t perform that action at this time.
0 commit comments