Skip to content

PS9.1.4 / php8.4+ / ps_mbo v5.3.2 #889

Description

@HartLarsson

Continuous deprecation messages in error_log_php:

[16-Jul-2026 10:49:48 Europe/Rome] PHP Deprecated:  GuzzleHttp\Promise\queue(): Implicitly marking parameter $assign as nullable is deprecated, the explicit nullable type must be used instead in /home/<account>/public_html/modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php on line 24
[16-Jul-2026 10:49:48 Europe/Rome] PHP Deprecated:  GuzzleHttp\Promise\each(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /home/<account>/public_html/modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php on line 260
[16-Jul-2026 10:49:48 Europe/Rome] PHP Deprecated:  GuzzleHttp\Promise\each(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /home/<account>/public_html/modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php on line 260
[16-Jul-2026 10:49:48 Europe/Rome] PHP Deprecated:  GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /home/<account>/public_html/modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php on line 285
[16-Jul-2026 10:49:48 Europe/Rome] PHP Deprecated:  GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in /home/<account>/public_html/modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php on line 285
[16-Jul-2026 10:49:48 Europe/Rome] PHP Deprecated:  GuzzleHttp\Promise\each_limit_all(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in /home/<account>/public_html/modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php on line 307

Fixes

Linea	Funzione	Modifica
24	        queue()	           TaskQueueInterface $assign = null → ?TaskQueueInterface $assign = null
260	        each()	           callable $onFulfilled = null → ?callable $onFulfilled = null
260	        each()	           callable $onRejected = null → ?callable $onRejected = null
285	        each_limit()	   callable $onFulfilled = null → ?callable $onFulfilled = null
285	        each_limit()	   callable $onRejected = null → ?callable $onRejected = null
307	        each_limit_all()   callable $onFulfilled = null → ?callable $onFulfilled = null

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions