Skip to content

Commit c427332

Browse files
committed
Merge branch 'AC-2219' of github.com:loginesta/magento-coding-standard into AC-2219
2 parents d82d35e + f251190 commit c427332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Functions/FunctionsDeprecatedWithoutArgumentSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class FunctionsDeprecatedWithoutArgumentSniff implements Sniff
3131
private const WARNING_CODE = 'FunctionsDeprecatedWithoutArgument';
3232

3333
/**
34-
* Deprecated functions without argument
34+
* Deprecated functions without argument https://wiki.php.net/rfc/deprecations_php_8_1
3535
*
3636
* @var array
3737
*/

0 commit comments

Comments
 (0)