Your IP : 3.15.151.32


Current Path : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/src/Util/
Upload File :
Current File : /home/sudancam/public_html3/games/wp-content/plugins/wp-rss-aggregator/src/Util/NullFunction.php

<?php

namespace RebelCode\Wpra\Core\Util;

/**
 * A utility class for a null (no-op) function.
 *
 * @since 4.15.1
 */
class NullFunction
{
    /**
     * @inheritdoc
     *
     * @since 4.15.1
     */
    public function __invoke()
    {
    }
}