Skip to content

Commit fa6e2f0

Browse files
authored
Remove return types
Since we don't add return types like this right now, it's best to keep things consistent.
1 parent 345a2ea commit fa6e2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public function size($path)
562562
*
563563
* @throws UnableToProvideChecksum
564564
*/
565-
public function checksum(string $path, array $options = []): string|false
565+
public function checksum(string $path, array $options = [])
566566
{
567567
try {
568568
return $this->driver->checksum($path, $options);

0 commit comments

Comments
 (0)