We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
File::isEqual()
File::hasSameHash()
1 parent 89e43ae commit f3bb40dCopy full SHA for f3bb40d
src/Illuminate/Support/Facades/File.php
@@ -14,8 +14,8 @@
14
* @method static bool deleteDirectories(string $directory)
15
* @method static bool deleteDirectory(string $directory, bool $preserve = false)
16
* @method static bool exists(string $path)
17
+ * @method static bool hasSameHash(string $file, string $compared)
18
* @method static bool isDirectory(string $directory)
- * @method static bool isEqual(string $file, string $compared)
19
* @method static bool isFile(string $file)
20
* @method static bool isReadable(string $path)
21
* @method static bool isWritable(string $path)
0 commit comments