Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Vaughn committed Jul 10, 2018
1 parent ef96679 commit 00bedb6
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 00bedb6

Please sign in to comment.