Browse Source

Fix doc block sentence.

dereuromark 9 years ago
parent
commit
6792783360
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Filesystem/File.php

+ 2 - 2
src/Filesystem/File.php

@@ -564,8 +564,8 @@ class File
     }
 
     /**
-     * Get the mime type of the file. Uses the finfo extension if
-     * its available, otherwise falls back to mime_content_type
+     * Gets the mime type of the file. Uses the finfo extension if
+     * it's available, otherwise falls back to mime_content_type().
      *
      * @return false|string The mimetype of the file, or false if reading fails.
      */