Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit a6e209a

Browse files
committed
Merge pull request #260 from black-silence/issue259
fix issue #259
2 parents d843e33 + a2130ba commit a6e209a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Firefox/FirefoxProfile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
namespace Facebook\WebDriver\Firefox;
1717

1818
use Facebook\WebDriver\Exception\WebDriverException;
19+
use FilesystemIterator;
1920
use RecursiveDirectoryIterator;
2021
use RecursiveIteratorIterator;
2122
use ZipArchive;
@@ -170,7 +171,7 @@ private function deleteDirectory($directory) {
170171

171172
rmdir($directory);
172173
}
173-
174+
174175
/**
175176
* @param string $xpi The path to the .xpi extension.
176177
* @param string $target_dir The path to the unzip directory.

0 commit comments

Comments
 (0)