Closed fredden closed 1 year ago
Per https://github.com/magento/magento2/pull/32690#discussion_r1194733290, it is recommended to use stream_isatty() instead of posix_isatty().
stream_isatty()
posix_isatty()
@magento import pr to magento-commerce/magento-coding-standard repository
@sidolov the Pull Request is successfully imported.
Per https://github.com/magento/magento2/pull/32690#discussion_r1194733290, it is recommended to use
stream_isatty()
instead ofposix_isatty()
.