Skip to content

Commit 0fab9a7

Browse files
franmomuphansys
authored andcommitted
Fix phpdoc type
1 parent 0291c85 commit 0fab9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uploadable/MimeType/MimeTypeGuesserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface MimeTypeGuesserInterface
2020
/**
2121
* @param string $filePath
2222
*
23-
* @return string|false|null
23+
* @return string|null
2424
*/
2525
public function guess($filePath);
2626
}

0 commit comments

Comments
 (0)