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 a7ee545 commit d93b2b8Copy full SHA for d93b2b8
tests/Unit/EnvironmentSetCommandTest.php
@@ -16,7 +16,7 @@ class EnvironmentSetCommandTest extends TestCase
16
*/
17
protected $command;
18
19
- public function setUp()
+ public function setUp(): void
20
{
21
parent::setUp();
22
$this->command = new EnvironmentSetCommand();
0 commit comments