[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.226.150.171: ~ $
<?php
namespace Doctrine\Common\Util;

use Doctrine\Common\Inflector\Inflector as BaseInflector;
use function trigger_error;
use const E_USER_DEPRECATED;

@trigger_error(Inflector::class . ' is deprecated.', E_USER_DEPRECATED);

/**
 * Doctrine inflector has static methods for inflecting text.
 *
 * Kept for backwards compatibility reasons, was moved to its own component.
 *
 * @deprecated The Inflector class is deprecated, use Doctrine\Common\Inflector\Inflector from doctrine/inflector package instead,
 */
class Inflector extends BaseInflector
{
}

Filemanager

Name Type Size Permission Actions
ClassUtils.php File 2.11 KB 0644
Debug.php File 4.38 KB 0644
Inflector.php File 555 B 0644