Skip to content

Commit

Permalink
fixed missing public declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roepstorf committed Sep 25, 2017
1 parent 931d582 commit 62e43b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/Content/IcsContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class IcsContent implements Content
/**
* @param string $value
*/
function __construct(string $value)
public function __construct(string $value)
{
$this->value = $value;
}
Expand Down

0 comments on commit 62e43b6

Please sign in to comment.