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:
@@ -17,7 +17,7 @@ class SetupComposer
|
||||
|
||||
private $config;
|
||||
|
||||
public function __construct(array $config = null)
|
||||
public function __construct(?array $config = null)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
|
Reference in New Issue
Block a user