Skip to content

Commit eedc952

Browse files
authored
remove PHP7 feature
to keep the lib compatible with 5.6 (for now)
1 parent faea575 commit eedc952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Docparser/Docparser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Docparser
3535
* @api
3636
* @param String $apiToken
3737
*/
38-
public function __construct(String $apiToken)
38+
public function __construct($apiToken)
3939
{
4040
$this->apiToken = $apiToken;
4141
}

0 commit comments

Comments
 (0)