magento / magento-coding-standard

Magento Coding Standard
Open Software License 3.0
349 stars 153 forks source link

Add suggested replacement for \posix_isatty() #445

Closed fredden closed 1 year ago

fredden commented 1 year ago

Per https://github.com/magento/magento2/pull/32690#discussion_r1194733290, it is recommended to use stream_isatty() instead of posix_isatty().

sidolov commented 1 year ago

@magento import pr to magento-commerce/magento-coding-standard repository

m2-github-services commented 1 year ago

@sidolov the Pull Request is successfully imported.