We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec6744 commit 350cf9aCopy full SHA for 350cf9a
Magento2/Sniffs/Functions/DiscouragedFunctionSniff.php
@@ -104,6 +104,7 @@ class DiscouragedFunctionSniff extends ForbiddenFunctionsSniff
104
'^parsekit_compile_string$' => null,
105
'^pathinfo$' => 'Magento\Framework\Filesystem\Io\File::getPathInfo',
106
'^pcntl_.*$' => null,
107
+ '^posix_isatty$' => 'stream_isatty',
108
'^posix_.*$' => null,
109
'^pfpro_.*$' => null,
110
'^pfsockopen$' => null,
0 commit comments