Skip to content

Commit

Permalink
Merge pull request #47 from MindTouch/php5
Browse files Browse the repository at this point in the history
merge php5
  • Loading branch information
modethirteen authored Jul 10, 2018
2 parents 007df07 + 00bedb6 commit 23b9797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Content/FileContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FileContent implements IContent {

/**
* @param string $filePath
* @param string|null $contentType - if null or stream the content type will be determined from file path
* @param ContentType|null $contentType - if null or stream the content type will be determined from file path
*/
public function __construct($filePath, $contentType = null) {
if(!is_file($filePath)) {
Expand Down

0 comments on commit 23b9797

Please sign in to comment.