/opt/cpanel/ea-wappspector/vendor/php-di/php-di/src/Factory
Edit: /opt/cpanel/ea-wappspector/vendor/php-di/php-di/src/Factory/RequestedEntry.php (480B)
*/
interface RequestedEntry
{
/**
* Returns the name of the entry that was requested by the container.
*/
public function getName() : string;
}