File "ClassNameInterface.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/wp-rocket-1-nov/inc/Dependencies/League/Container/Argument/ClassNameInterface.php
File size: 246 bytes
MIME-type: text/x-php
Charset: utf-8

<?php declare(strict_types=1);

namespace WP_Rocket\Dependencies\League\Container\Argument;

interface ClassNameInterface
{
    /**
     * Return the class name.
     *
     * @return string
     */
    public function getClassName() : string;
}