Commit 8732643
committed
Fix PHP8 nullable argument deprecation
We have deprecations of work project due to Api.php constructor
```
eprecated: SensioLabs\Insight\Sdk\Api::__construct(): Implicitly marking parameter $httpClient as nullable is deprecated, the explicit nullable type must be used instead in phar:///usr/bin/insight/Sdk/Api.php on line 42
Deprecated: SensioLabs\Insight\Sdk\Api::__construct(): Implicitly marking parameter $parser as nullable is deprecated, the explicit nullable type must be used instead in phar:///usr/bin/insight/Sdk/Api.php on line 42
Deprecated: SensioLabs\Insight\Sdk\Api::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:///usr/bin/insight/Sdk/Api.php on line 42
```1 parent eea3887 commit 8732643
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments