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 e535782 commit 72abbc8Copy full SHA for 72abbc8
tests/WeatherbitTest.php
@@ -38,6 +38,6 @@ public function testSetKeyNotString()
38
{
39
$this->setWeatherbit();
40
$this->expectException(Exception::class);
41
- $this->weatherbit->setKey([]]);
+ $this->weatherbit->setKey([]);
42
}
43
0 commit comments