mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
PHP 8.4: Implicitly nullable parameter declarations deprecated
This commit is contained in:
parent
0263f8fe09
commit
4e3a7a6de2
24 changed files with 44 additions and 44 deletions
|
|
@ -30,7 +30,7 @@ class Consumer extends AbstractConsumer
|
|||
* @param ClientInterface $client Client instance used by the consumer.
|
||||
* @param array $options Options for the consumer initialization.
|
||||
*/
|
||||
public function __construct(ClientInterface $client, array $options = null)
|
||||
public function __construct(ClientInterface $client, ?array $options = null)
|
||||
{
|
||||
$this->checkCapabilities($client);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue