Completed
Pull Request — master (#20)
by Helpful
04:43
created
code/MimeUploadValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	 * Check if the temporary file has a valid MIME type for it's extension.
27 27
 	 *
28 28
 	 * @uses finfo php extension
29
-	 * @return boolean|null
29
+	 * @return boolean
30 30
 	 */
31 31
 	public function isValidMime() {
32 32
                 $extension = strtolower(pathinfo($this->tmpFile['name'], PATHINFO_EXTENSION));
Please login to merge, or discard this patch.