Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
local
/
wp
/
vendor
/
wp-cli
/
package-command
/
src
/
WP_CLI
/
Package
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ComposerIO.php
<?php /** * A Composer IO class so we can provide some level of interactivity from WP-CLI. * * Due to PHP 5.6 compatibility, we have two different implementations of this class. * This is implemented via traits to make static analysis easier. * * See https://github.com/wp-cli/package-command/issues/172. */ namespace WP_CLI\Package; use Composer\IO\NullIO; use WP_CLI\Package\Compat\NullIOMethodsTrait; class ComposerIO extends NullIO { use NullIOMethodsTrait; }
Save
Cancel