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 5999319 commit f5351a3Copy full SHA for f5351a3
README.md
@@ -57,7 +57,7 @@ class Articles extends AbstractDriver
57
/**
58
* Initialize is used to easily extend the constructor.
59
*/
60
- public function initialize()
+ public function initialize(): void
61
{
62
$this->setClient(new Client([
63
'host' => 'example.com'
0 commit comments