We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faea575 commit eedc952Copy full SHA for eedc952
1 file changed
src/Docparser/Docparser.php
@@ -35,7 +35,7 @@ class Docparser
35
* @api
36
* @param String $apiToken
37
*/
38
- public function __construct(String $apiToken)
+ public function __construct($apiToken)
39
{
40
$this->apiToken = $apiToken;
41
}
0 commit comments