Current path: home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/wp-cli/wp-cli/php/WP_CLI/Compat/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/wp-cli/wp-cli/php/WP_CLI
<?php
namespace WP_CLI\Compat;
// phpcs:disable Generic.Files.OneObjectStructurePerFile.MultipleFound,Generic.Classes.DuplicateClassName.Found
if ( PHP_VERSION_ID >= 50600 ) {
require_once __DIR__ . '/Min_PHP_5_6/FeedbackMethodTrait.php';
trait FeedbackMethodTrait {
use Min_PHP_5_6\FeedbackMethodTrait;
}
return;
}
require_once __DIR__ . '/Min_PHP_5_4/FeedbackMethodTrait.php';
trait FeedbackMethodTrait {
use Min_PHP_5_4\FeedbackMethodTrait;
}