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.
1 parent 0291c85 commit 0fab9a7Copy full SHA for 0fab9a7
src/Uploadable/MimeType/MimeTypeGuesserInterface.php
@@ -20,7 +20,7 @@ interface MimeTypeGuesserInterface
20
/**
21
* @param string $filePath
22
*
23
- * @return string|false|null
+ * @return string|null
24
*/
25
public function guess($filePath);
26
}
0 commit comments