Skip to content

Commit f251190

Browse files
Update Magento2/Sniffs/Functions/FunctionsDeprecatedWithoutArgumentSniff.php
Co-authored-by: Sergii Ivashchenko <serg.ivashchenko@gmail.com>
1 parent feea2ea commit f251190

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)