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 82d1a3f commit 738cc63Copy full SHA for 738cc63
src/Admin/Task/Task.php
@@ -27,7 +27,7 @@ class Task implements EntityInterface
27
*
28
* @var string
29
*/
30
- protected string $id;
+ protected $id;
31
32
/**
33
* Task type.
tests/TestCase.php
@@ -35,7 +35,7 @@ public function loadEnvironment(): void
35
* @throws \GuzzleHttp\Exception\GuzzleException
36
* @throws \ReflectionException
37
38
- public function getConnectionObject(MockHandler $mock = null): Connection
+ public function getConnectionObject(?MockHandler $mock = null): Connection
39
{
40
$connection = new Connection([
41
'username' => $_ENV['ARANGODB_USERNAME'],
0 commit comments