Skip to content

Commit 6214207

Browse files
committed
Fix type error
1 parent 02f56f8 commit 6214207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FireFS/FireFS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ public function size(string $path): int
10311031
*
10321032
* @return boolean
10331033
*/
1034-
public function isBinary(string $path): boolean
1034+
public function isBinary(string $path): bool
10351035
{
10361036
$mime = $this->mimeType($path);
10371037
return (substr($mime, 0, 5) !== "text/");

0 commit comments

Comments
 (0)