Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: php 8.4 not supported #430

Open
RomkaLTU opened this issue Dec 14, 2024 · 2 comments
Open

[Bug]: php 8.4 not supported #430

RomkaLTU opened this issue Dec 14, 2024 · 2 comments

Comments

@RomkaLTU
Copy link

System architecture

Mac, ARM64 (M1, M2, etc)

PHP Version

PHP 8.4

Bug description

Trying to set up expose on fresh OS with the default PHP 8.4, and it fails a lot of deprecated notices.

Steps to reproduce

No response

Relevant log output

No response

@LaGregance
Copy link

Same here, I got a lot of warning but it seem to work anyway.

PHP Deprecated:  Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/translation/Resources/functions.php on line 18
PHP Deprecated:  optional(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/support/helpers.php on line 189

Deprecated: optional(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/support/helpers.php on line 189
PHP Deprecated:  with(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/support/helpers.php on line 421

Deprecated: with(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/support/helpers.php on line 421
PHP Deprecated:  React\Promise\Timer\timeout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 137

Deprecated: React\Promise\Timer\timeout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 137
PHP Deprecated:  React\Promise\Timer\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 224

Deprecated: React\Promise\Timer\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 224
PHP Deprecated:  React\Promise\Timer\resolve(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 282

Deprecated: React\Promise\Timer\resolve(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 282
PHP Deprecated:  React\Promise\Timer\reject(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 325

Deprecated: React\Promise\Timer\reject(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise-timer/src/functions.php on line 325
PHP Deprecated:  Termwind\style(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nunomaduro/termwind/src/Functions.php on line 29

Deprecated: Termwind\style(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nunomaduro/termwind/src/Functions.php on line 29
PHP Deprecated:  Termwind\ask(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nunomaduro/termwind/src/Functions.php on line 61

Deprecated: Termwind\ask(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nunomaduro/termwind/src/Functions.php on line 61
PHP Deprecated:  GuzzleHttp\Promise\queue(): Implicitly marking parameter $assign as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 24

Deprecated: GuzzleHttp\Promise\queue(): Implicitly marking parameter $assign as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 24
PHP Deprecated:  GuzzleHttp\Promise\each(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 260

Deprecated: GuzzleHttp\Promise\each(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 260
PHP Deprecated:  GuzzleHttp\Promise\each(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 260

Deprecated: GuzzleHttp\Promise\each(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 260
PHP Deprecated:  GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 285

Deprecated: GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 285
PHP Deprecated:  GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 285

Deprecated: GuzzleHttp\Promise\each_limit(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 285
PHP Deprecated:  GuzzleHttp\Promise\each_limit_all(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 307

Deprecated: GuzzleHttp\Promise\each_limit_all(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/functions.php on line 307
PHP Deprecated:  Clue\React\Block\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 49

Deprecated: Clue\React\Block\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 49
PHP Deprecated:  Clue\React\Block\await(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 116

Deprecated: Clue\React\Block\await(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 116
PHP Deprecated:  Clue\React\Block\awaitAny(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 227

Deprecated: Clue\React\Block\awaitAny(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 227
PHP Deprecated:  Clue\React\Block\awaitAll(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 325

Deprecated: Clue\React\Block\awaitAll(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/clue/block-react/src/functions.php on line 325
PHP Deprecated:  Ratchet\Client\connect(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/pawl/src/functions.php on line 14

Deprecated: Ratchet\Client\connect(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/pawl/src/functions.php on line 14
PHP Deprecated:  Illuminate\Container\Container::beforeResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1128

Deprecated: Illuminate\Container\Container::beforeResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1128
PHP Deprecated:  Illuminate\Container\Container::resolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1148

Deprecated: Illuminate\Container\Container::resolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1148
PHP Deprecated:  Illuminate\Container\Container::afterResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1168

Deprecated: Illuminate\Container\Container::afterResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1168
PHP Deprecated:  Illuminate\Container\Container::setInstance(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1407

Deprecated: Illuminate\Container\Container::setInstance(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/container/Container.php on line 1407
PHP Deprecated:  Illuminate\Contracts\Container\Container::beforeResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/contracts/Container/Container.php on line 191

Deprecated: Illuminate\Contracts\Container\Container::beforeResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/contracts/Container/Container.php on line 191
PHP Deprecated:  Illuminate\Contracts\Container\Container::resolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/contracts/Container/Container.php on line 200

Deprecated: Illuminate\Contracts\Container\Container::resolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/contracts/Container/Container.php on line 200
PHP Deprecated:  Illuminate\Contracts\Container\Container::afterResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/contracts/Container/Container.php on line 209

Deprecated: Illuminate\Contracts\Container\Container::afterResolving(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/contracts/Container/Container.php on line 209
PHP Deprecated:  Illuminate\Support\Traits\Conditionable::when(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 21

Deprecated: Illuminate\Support\Traits\Conditionable::when(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 21
PHP Deprecated:  Illuminate\Support\Traits\Conditionable::when(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 21

Deprecated: Illuminate\Support\Traits\Conditionable::when(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 21
PHP Deprecated:  Illuminate\Support\Traits\Conditionable::unless(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 53

Deprecated: Illuminate\Support\Traits\Conditionable::unless(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 53
PHP Deprecated:  Illuminate\Support\Traits\Conditionable::unless(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 53

Deprecated: Illuminate\Support\Traits\Conditionable::unless(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/conditionable/Traits/Conditionable.php on line 53
PHP Deprecated:  Dotenv\Repository\RepositoryBuilder::__construct(): Implicitly marking parameter $allowList as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php on line 68

Deprecated: Dotenv\Repository\RepositoryBuilder::__construct(): Implicitly marking parameter $allowList as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php on line 68
PHP Deprecated:  Dotenv\Repository\RepositoryBuilder::allowList(): Implicitly marking parameter $allowList as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php on line 247

Deprecated: Dotenv\Repository\RepositoryBuilder::allowList(): Implicitly marking parameter $allowList as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php on line 247
PHP Deprecated:  Illuminate\Support\Arr::first(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/collections/Arr.php on line 188

Deprecated: Illuminate\Support\Arr::first(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/collections/Arr.php on line 188
PHP Deprecated:  Illuminate\Support\Arr::last(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/collections/Arr.php on line 217

Deprecated: Illuminate\Support\Arr::last(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/collections/Arr.php on line 217
PHP Deprecated:  Illuminate\Events\Dispatcher::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/events/Dispatcher.php on line 65

Deprecated: Illuminate\Events\Dispatcher::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/events/Dispatcher.php on line 65
PHP Deprecated:  Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/ArgvInput.php on line 46
PHP Deprecated:  Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/ArgvInput.php on line 46
PHP Deprecated:  Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/Input.php on line 36
PHP Deprecated:  Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/ConsoleOutput.php on line 40

Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/ConsoleOutput.php on line 40
PHP Deprecated:  Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/ConsoleOutput.php on line 40

Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/ConsoleOutput.php on line 40
PHP Deprecated:  Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/StreamOutput.php on line 42

Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/StreamOutput.php on line 42
PHP Deprecated:  Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/StreamOutput.php on line 42

Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/StreamOutput.php on line 42
PHP Deprecated:  Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/Output.php on line 40

Deprecated: Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/Output.php on line 40
PHP Deprecated:  Symfony\Component\Console\Formatter\OutputFormatterStyle::__construct(): Implicitly marking parameter $foreground as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 36

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::__construct(): Implicitly marking parameter $foreground as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 36
PHP Deprecated:  Symfony\Component\Console\Formatter\OutputFormatterStyle::__construct(): Implicitly marking parameter $background as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 36

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::__construct(): Implicitly marking parameter $background as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 36
PHP Deprecated:  Symfony\Component\Console\Formatter\OutputFormatterStyle::setForeground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 41

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::setForeground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 41
PHP Deprecated:  Symfony\Component\Console\Formatter\OutputFormatterStyle::setBackground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 49

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::setBackground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyle.php on line 49
PHP Deprecated:  Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 29

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 29
PHP Deprecated:  Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 56

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 56
PHP Deprecated:  Dotenv\Dotenv::create(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 83

Deprecated: Dotenv\Dotenv::create(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 83
PHP Deprecated:  Dotenv\Dotenv::createMutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 112

Deprecated: Dotenv\Dotenv::createMutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 112
PHP Deprecated:  Dotenv\Dotenv::createUnsafeMutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 129

Deprecated: Dotenv\Dotenv::createUnsafeMutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 129
PHP Deprecated:  Dotenv\Dotenv::createImmutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 148

Deprecated: Dotenv\Dotenv::createImmutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 148
PHP Deprecated:  Dotenv\Dotenv::createUnsafeImmutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 165

Deprecated: Dotenv\Dotenv::createUnsafeImmutable(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 165
PHP Deprecated:  Dotenv\Dotenv::createArrayBacked(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 185

Deprecated: Dotenv\Dotenv::createArrayBacked(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Dotenv.php on line 185
PHP Deprecated:  Dotenv\Store\StoreBuilder::__construct(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php on line 54

Deprecated: Dotenv\Store\StoreBuilder::__construct(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php on line 54
PHP Deprecated:  Dotenv\Store\StoreBuilder::fileEncoding(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php on line 123

Deprecated: Dotenv\Store\StoreBuilder::fileEncoding(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php on line 123
PHP Deprecated:  Dotenv\Store\FileStore::__construct(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 42

Deprecated: Dotenv\Store\FileStore::__construct(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 42
PHP Deprecated:  Dotenv\Store\File\Reader::read(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/File/Reader.php on line 43

Deprecated: Dotenv\Store\File\Reader::read(): Implicitly marking parameter $fileEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/File/Reader.php on line 43
PHP Deprecated:  Dotenv\Store\File\Reader::readFromFile(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/File/Reader.php on line 70

Deprecated: Dotenv\Store\File\Reader::readFromFile(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/vlucas/phpdotenv/src/Store/File/Reader.php on line 70
PHP Deprecated:  Illuminate\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/console/Application.php on line 90

Deprecated: Illuminate\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/console/Application.php on line 90
PHP Deprecated:  Illuminate\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/console/Application.php on line 90

Deprecated: Illuminate\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/console/Application.php on line 90
PHP Deprecated:  Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 139

Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 139
PHP Deprecated:  Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 139

Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 139
PHP Deprecated:  Symfony\Component\Console\Application::all(): Implicitly marking parameter $namespace as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 763

Deprecated: Symfony\Component\Console\Application::all(): Implicitly marking parameter $namespace as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 763
PHP Deprecated:  Symfony\Component\Console\Application::extractNamespace(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 1124

Deprecated: Symfony\Component\Console\Application::extractNamespace(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Application.php on line 1124
PHP Deprecated:  Monolog\Logger::addRecord(): Implicitly marking parameter $datetime as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/monolog/monolog/src/Monolog/Logger.php on line 340
PHP Deprecated:  Illuminate\Log\Logger::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/log/Logger.php on line 43
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Command/Command.php on line 114
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Command/Command.php on line 150
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Command/Command.php on line 449
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $shortcut as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Command/Command.php on line 473
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Command/Command.php on line 473
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $shortcut as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputOption.php on line 68
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputOption.php on line 68
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputOption.php on line 68
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputOption::setDefault(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputOption.php on line 181
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputArgument::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputArgument.php on line 47
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputArgument::__construct(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputArgument.php on line 47
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Input\InputArgument::setDefault(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Input/InputArgument.php on line 96
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\HelperSet::set(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/HelperSet.php on line 38
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/Helper.php on line 26
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\Helper::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/Helper.php on line 80
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/ProcessHelper.php on line 35
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/ProcessHelper.php on line 35
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/ProcessHelper.php on line 97
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/ProcessHelper.php on line 97
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Helper\ProcessHelper::wrapCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Helper/ProcessHelper.php on line 111
[2025-01-03 09:07:56] production.WARNING: Carbon\Traits\Date::getDaysFromStartOfWeek(): Implicitly marking parameter $weekStartsAt as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1394
[2025-01-03 09:07:56] production.WARNING: Carbon\Traits\Date::setDaysFromStartOfWeek(): Implicitly marking parameter $weekStartsAt as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1412
[2025-01-03 09:07:56] production.WARNING: Carbon\Traits\Date::utcOffset(): Implicitly marking parameter $minuteOffset as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/Traits/Date.php on line 1481
[2025-01-03 09:07:56] production.WARNING: Carbon\Traits\Localization::locale(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/Traits/Localization.php on line 445
[2025-01-03 09:07:56] production.WARNING: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/translation-contracts/TranslatorInterface.php on line 62
[2025-01-03 09:07:56] production.WARNING: Symfony\Contracts\Translation\TranslatorInterface::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/translation-contracts/TranslatorInterface.php on line 62
[2025-01-03 09:07:56] production.WARNING: Carbon\Traits\Test::setDefaultTimezone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/Traits/Test.php on line 201
[2025-01-03 09:07:56] production.WARNING: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29
[2025-01-03 09:07:56] production.WARNING: Carbon\CarbonTimeZone::toOffsetName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 158
[2025-01-03 09:07:56] production.WARNING: Carbon\CarbonTimeZone::toOffsetTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 172
[2025-01-03 09:07:56] production.WARNING: Carbon\CarbonTimeZone::toRegionName(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 188
[2025-01-03 09:07:56] production.WARNING: Carbon\CarbonTimeZone::toRegionTimeZone(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/nesbot/carbon/src/Carbon/CarbonTimeZone.php on line 230
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 63
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 63
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 213
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 213
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::askHidden(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 221
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::progressIterate(): Implicitly marking parameter $max as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 283
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::createBlock(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 389
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\SymfonyStyle::createBlock(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/SymfonyStyle.php on line 389
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\StyleInterface::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/StyleInterface.php on line 74
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\StyleInterface::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/StyleInterface.php on line 74
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Style\StyleInterface::askHidden(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Style/StyleInterface.php on line 79
[2025-01-03 09:07:56] production.WARNING: Symfony\Component\Console\Output\TrimmedBufferOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/console/Output/TrimmedBufferOutput.php on line 27
[2025-01-03 09:07:56] production.WARNING: Illuminate\Http\Client\Factory::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Client/Factory.php on line 71
[2025-01-03 09:07:56] production.WARNING: Illuminate\Http\Client\PendingRequest::__construct(): Implicitly marking parameter $factory as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Client/PendingRequest.php on line 220
[2025-01-03 09:07:56] production.WARNING: Illuminate\Http\Client\PendingRequest::throw(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Client/PendingRequest.php on line 622
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\HandlerStack::__construct(): Implicitly marking parameter $handler as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/HandlerStack.php on line 61
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Handler\StreamHandler::invokeStats(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php on line 82
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Handler\StreamHandler::invokeStats(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php on line 82
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Middleware::httpErrors(): Implicitly marking parameter $bodySummarizer as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/Middleware.php on line 56
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Middleware::tap(): Implicitly marking parameter $before as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/Middleware.php on line 130
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Middleware::tap(): Implicitly marking parameter $after as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/Middleware.php on line 130
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Middleware::retry(): Implicitly marking parameter $delay as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/guzzle/src/Middleware.php on line 173
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Psr7\Uri::isSameDocumentReference(): Implicitly marking parameter $base as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/psr7/src/Uri.php on line 291
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\FulfilledPromise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/FulfilledPromise.php on line 26
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\FulfilledPromise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/FulfilledPromise.php on line 26
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\PromiseInterface::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/PromiseInterface.php on line 29
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\PromiseInterface::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/PromiseInterface.php on line 29
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\Utils::queue(): Implicitly marking parameter $assign as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/Utils.php on line 24
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\Promise::__construct(): Implicitly marking parameter $waitFn as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/Promise.php on line 23
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\Promise::__construct(): Implicitly marking parameter $cancelFn as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/Promise.php on line 23
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\Promise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/Promise.php on line 31
[2025-01-03 09:07:56] production.WARNING: GuzzleHttp\Promise\Promise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/guzzlehttp/promises/src/Promise.php on line 31
[2025-01-03 09:07:56] production.WARNING: App\Client\Support\ConsoleSectionOutput::clear(): Implicitly marking parameter $lines as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/app/Client/Support/ConsoleSectionOutput.php on line 38
[2025-01-03 09:07:56] production.WARNING: React\Promise\Deferred::__construct(): Implicitly marking parameter $canceller as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Deferred.php on line 13
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::__construct(): Implicitly marking parameter $canceller as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 16
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 28
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 28
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 28
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 58
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 58
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 58
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::resolver(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 115
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::resolver(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 115
[2025-01-03 09:07:56] production.WARNING: React\Promise\Promise::resolver(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/Promise.php on line 115
[2025-01-03 09:07:56] production.WARNING: React\Promise\ExtendedPromiseInterface::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/ExtendedPromiseInterface.php on line 22
[2025-01-03 09:07:56] production.WARNING: React\Promise\ExtendedPromiseInterface::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/ExtendedPromiseInterface.php on line 22
[2025-01-03 09:07:56] production.WARNING: React\Promise\ExtendedPromiseInterface::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/ExtendedPromiseInterface.php on line 22
[2025-01-03 09:07:56] production.WARNING: React\Promise\PromiseInterface::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/PromiseInterface.php on line 40
[2025-01-03 09:07:56] production.WARNING: React\Promise\PromiseInterface::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/PromiseInterface.php on line 40
[2025-01-03 09:07:56] production.WARNING: React\Promise\PromiseInterface::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/PromiseInterface.php on line 40
[2025-01-03 09:07:56] production.WARNING: Ratchet\Client\Connector::__construct(): Implicitly marking parameter $connector as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/pawl/src/Connector.php on line 18
[2025-01-03 09:07:56] production.WARNING: React\Socket\TcpConnector::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/TcpConnector.php on line 16
[2025-01-03 09:07:56] production.WARNING: React\Dns\Resolver\Factory::create(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/dns/src/Resolver/Factory.php on line 39
[2025-01-03 09:07:56] production.WARNING: React\Dns\Resolver\Factory::createCached(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/dns/src/Resolver/Factory.php on line 62
[2025-01-03 09:07:56] production.WARNING: React\Dns\Resolver\Factory::createCached(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/dns/src/Resolver/Factory.php on line 62
[2025-01-03 09:07:56] production.WARNING: React\Dns\Query\TimeoutExecutor::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/dns/src/Query/TimeoutExecutor.php on line 15
[2025-01-03 09:07:56] production.WARNING: React\Dns\Query\UdpTransportExecutor::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/dns/src/Query/UdpTransportExecutor.php on line 101
[2025-01-03 09:07:56] production.WARNING: React\Dns\Query\TcpTransportExecutor::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/dns/src/Query/TcpTransportExecutor.php on line 137
[2025-01-03 09:07:56] production.WARNING: React\Socket\HappyEyeBallsConnector::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/HappyEyeBallsConnector.php on line 16
[2025-01-03 09:07:56] production.WARNING: React\Socket\HappyEyeBallsConnector::__construct(): Implicitly marking parameter $connector as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/HappyEyeBallsConnector.php on line 16
[2025-01-03 09:07:56] production.WARNING: React\Socket\HappyEyeBallsConnector::__construct(): Implicitly marking parameter $resolver as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/HappyEyeBallsConnector.php on line 16
[2025-01-03 09:07:56] production.WARNING: React\Socket\TimeoutConnector::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/TimeoutConnector.php on line 16
[2025-01-03 09:07:56] production.WARNING: React\Socket\SecureConnector::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/SecureConnector.php on line 18
[2025-01-03 09:07:56] production.WARNING: React\Socket\UnixConnector::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/UnixConnector.php on line 21
[2025-01-03 09:07:56] production.WARNING: Ratchet\RFC6455\Handshake\ClientNegotiator::__construct(): Implicitly marking parameter $perMessageDeflateOptions as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/rfc6455/src/Handshake/ClientNegotiator.php on line 19
[2025-01-03 09:07:56] production.WARNING: React\Promise\FulfilledPromise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/FulfilledPromise.php on line 21
[2025-01-03 09:07:56] production.WARNING: React\Promise\FulfilledPromise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/FulfilledPromise.php on line 21
[2025-01-03 09:07:56] production.WARNING: React\Promise\FulfilledPromise::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/FulfilledPromise.php on line 21
[2025-01-03 09:07:56] production.WARNING: React\Promise\FulfilledPromise::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/FulfilledPromise.php on line 36
[2025-01-03 09:07:56] production.WARNING: React\Promise\FulfilledPromise::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/FulfilledPromise.php on line 36
[2025-01-03 09:07:56] production.WARNING: React\Promise\FulfilledPromise::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/FulfilledPromise.php on line 36
[2025-01-03 09:07:56] production.WARNING: Ratchet\App::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/cboden/ratchet/src/Ratchet/App.php on line 66
[2025-01-03 09:07:56] production.WARNING: React\Socket\Server::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/Server.php on line 52
[2025-01-03 09:07:56] production.WARNING: React\Socket\TcpServer::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/TcpServer.php on line 131
[2025-01-03 09:07:56] production.WARNING: Ratchet\Http\Router::onOpen(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/cboden/ratchet/src/Ratchet/Http/Router.php on line 29
[2025-01-03 09:07:56] production.WARNING: Ratchet\Http\HttpServerInterface::onOpen(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php on line 13
[2025-01-03 09:07:56] production.WARNING: Ratchet\Http\NoOpHttpServerController::onOpen(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/cboden/ratchet/src/Ratchet/Http/NoOpHttpServerController.php on line 7
[2025-01-03 09:07:56] production.WARNING: Ratchet\Server\IoServer::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php on line 36
[2025-01-03 09:07:56] production.WARNING: App\Http\Controllers\Controller::onOpen(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/app/Http/Controllers/Controller.php on line 20
[2025-01-03 09:07:56] production.WARNING: React\Http\Io\Sender::createFromLoop(): Implicitly marking parameter $connector as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/http/src/Io/Sender.php on line 51
[2025-01-03 09:07:56] production.WARNING: React\Http\Client\Client::__construct(): Implicitly marking parameter $connector as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/http/src/Client/Client.php on line 16
[2025-01-03 09:07:56] production.WARNING: App\Client\Http\HttpClient::performRequest(): Implicitly marking parameter $proxyConnection as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/app/Client/Http/HttpClient.php on line 46
[2025-01-03 09:07:56] production.WARNING: Ratchet\WebSocket\WsServer::onOpen(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/cboden/ratchet/src/Ratchet/WebSocket/WsServer.php on line 107
[2025-01-03 09:07:56] production.WARNING: Ratchet\RFC6455\Messaging\Frame::__construct(): Implicitly marking parameter $ufExceptionFactory as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/rfc6455/src/Messaging/Frame.php on line 76
[2025-01-03 09:07:56] production.WARNING: React\Promise\RejectedPromise::then(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/RejectedPromise.php on line 21
[2025-01-03 09:07:56] production.WARNING: React\Promise\RejectedPromise::then(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/RejectedPromise.php on line 21
[2025-01-03 09:07:56] production.WARNING: React\Promise\RejectedPromise::then(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/RejectedPromise.php on line 21
[2025-01-03 09:07:56] production.WARNING: React\Promise\RejectedPromise::done(): Implicitly marking parameter $onFulfilled as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/RejectedPromise.php on line 36
[2025-01-03 09:07:56] production.WARNING: React\Promise\RejectedPromise::done(): Implicitly marking parameter $onRejected as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/RejectedPromise.php on line 36
[2025-01-03 09:07:56] production.WARNING: React\Promise\RejectedPromise::done(): Implicitly marking parameter $onProgress as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/promise/src/RejectedPromise.php on line 36
[2025-01-03 09:07:56] production.WARNING: React\Stream\DuplexResourceStream::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/stream/src/DuplexResourceStream.php on line 41
[2025-01-03 09:07:56] production.WARNING: React\Stream\DuplexResourceStream::__construct(): Implicitly marking parameter $buffer as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/stream/src/DuplexResourceStream.php on line 41
[2025-01-03 09:07:56] production.WARNING: React\Stream\WritableResourceStream::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/stream/src/WritableResourceStream.php on line 31
[2025-01-03 09:07:56] production.WARNING: Ratchet\RFC6455\Messaging\MessageBuffer::__construct(): Implicitly marking parameter $onControl as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php on line 82
[2025-01-03 09:07:56] production.WARNING: Ratchet\RFC6455\Messaging\MessageBuffer::__construct(): Implicitly marking parameter $sender as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php on line 82
[2025-01-03 09:07:56] production.WARNING: Ratchet\RFC6455\Messaging\MessageBuffer::__construct(): Implicitly marking parameter $permessageDeflateOptions as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php on line 82
------------------------------------------------------------
               Thank you for using Expose Pro
------------------------------------------------------------

Shared URL:		localhost:3000
Dashboard:		http://127.0.0.1:4040
Public HTTP:		http://xxxxxxx.eu-1.sharedwithexpose.com
Public HTTPS:		https://xxxxxxx.eu-1.sharedwithexpose.com

[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\UnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/UnicodeString.php on line 179
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\UnicodeString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/UnicodeString.php on line 256
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\UnicodeString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/UnicodeString.php on line 265
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\UnicodeString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/UnicodeString.php on line 281
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\UnicodeString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/UnicodeString.php on line 281
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractUnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractUnicodeString.php on line 203
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractString.php on line 386
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractString.php on line 432
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractString.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractString.php on line 441
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractString.php on line 441
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\String\AbstractString::toByteString(): Implicitly marking parameter $toEncoding as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/string/AbstractString.php on line 498
      GET   / ....................................................................... 09:07:59  9 ms
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::__construct(): Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 143
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 143
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::fromShellCommandline(): Implicitly marking parameter $cwd as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 190
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::fromShellCommandline(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 190
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 245
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 264
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::start(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 292
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::restart(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 381
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::wait(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 408
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::stop(): Implicitly marking parameter $signal as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 879
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Process\Process::buildCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/process/Process.php on line 1253
[2025-01-03 09:07:59] production.WARNING: React\Socket\SocketServer::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/react/socket/src/SocketServer.php on line 34
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\Routing\CompiledRoute::__construct(): Implicitly marking parameter $hostRegex as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/routing/CompiledRoute.php on line 40
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Request::duplicate(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Request.php on line 501
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Request::duplicate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Request.php on line 501
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Request::duplicate(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Request.php on line 501
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Request::duplicate(): Implicitly marking parameter $cookies as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Request.php on line 501
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Request::duplicate(): Implicitly marking parameter $files as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Request.php on line 501
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Request::duplicate(): Implicitly marking parameter $server as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Request.php on line 501
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $cookies as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $files as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $server as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 436
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::getPreferredLanguage(): Implicitly marking parameter $locales as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 1544
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\Request::getTrustedValues(): Implicitly marking parameter $ip as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/Request.php on line 1939
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\ParameterBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/ParameterBag.php on line 40
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\HeaderBag::all(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/HeaderBag.php on line 68
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\HeaderBag::get(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/HeaderBag.php on line 109
[2025-01-03 09:07:59] production.WARNING: Symfony\Component\HttpFoundation\HeaderBag::getDate(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/symfony/http-foundation/HeaderBag.php on line 190
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Concerns\InteractsWithInput::whenHas(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Concerns/InteractsWithInput.php on line 123
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Concerns\InteractsWithInput::whenFilled(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Concerns/InteractsWithInput.php on line 201
[2025-01-03 09:07:59] production.WARNING: Illuminate\Http\Concerns\InteractsWithInput::whenMissing(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gtaja/tools/expose/vendor/illuminate/http/Concerns/InteractsWithInput.php on lin  404    GET   / ...................................................................... 09:07:59  30 ms

@ph7jack
Copy link

ph7jack commented Jan 9, 2025

Any news here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants