File "UselessFileDetector.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Remote/UselessFileDetector.php
File size: 172 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facebook\WebDriver\Remote;

class UselessFileDetector implements FileDetector
{
    public function getLocalFile($file)
    {
        return null;
    }
}