| Current Path : /var/www/html/vendor/php-webdriver/webdriver/lib/Remote/ |
| Current File : /var/www/html/vendor/php-webdriver/webdriver/lib/Remote/UselessFileDetector.php |
<?php
namespace Facebook\WebDriver\Remote;
class UselessFileDetector implements FileDetector
{
public function getLocalFile($file)
{
return null;
}
}