1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

test: php 8.4 (#4103)

* test: php 8.4

* fix: php 8.4 deprecations

* fix: make argument required

* chore: review changes
This commit is contained in:
Sami Mazouz
2024-11-08 17:33:47 +01:00
committed by GitHub
parent 845228f251
commit 820894a7c9
104 changed files with 138 additions and 131 deletions

View File

@@ -17,7 +17,7 @@ class SetupComposer
private $config;
public function __construct(array $config = null)
public function __construct(?array $config = null)
{
$this->config = $config;
}