Skip to content

Conversation

@SergiuBota1
Copy link
Member

No description provided.

Signed-off-by: bota <Bota@dotkernel.com>
Signed-off-by: bota <Bota@dotkernel.com>
@SergiuBota1 SergiuBota1 requested a review from arhimede September 5, 2025 08:53
@SergiuBota1 SergiuBota1 linked an issue Sep 5, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Sep 5, 2025

Qodana for PHP

1 new problem were found

Inspection name Severity Problems
Property can be 'readonly' ◽️ Notice 1

☁️ View the detailed Qodana report

Detected 61 dependencies

Third-party software list

This page lists the third-party software dependencies used in project

Dependency Version Licenses
brick/varexporter 0.5.0 MIT
doctrine/collections 2.3.0 MIT
doctrine/dbal 4.3.3 MIT
doctrine/deprecations 1.1.5 MIT
doctrine/event-manager 2.0.1 MIT
doctrine/inflector 2.1.0 MIT
doctrine/instantiator 2.0.0 MIT
doctrine/lexer 3.0.1 MIT
doctrine/orm 3.5.2 MIT
doctrine/persistence 4.1.0 MIT
dotkernel/dot-cli 3.9.0 MIT
dotkernel/dot-dependency-injection 1.2.0 MIT
dotkernel/dot-errorhandler 4.2.1 MIT
dotkernel/dot-log 5.1.0 MIT
fig/http-message-util 1.1.5 MIT
gsteel/dot 1.8.0 MIT
laminas/laminas-cli 1.11.0 BSD-3-Clause
laminas/laminas-component-installer 3.5.0 BSD-3-Clause
laminas/laminas-config-aggregator 1.18.0 BSD-3-Clause
laminas/laminas-diactoros 3.6.0 BSD-3-Clause
laminas/laminas-httphandlerrunner 2.12.0 BSD-3-Clause
laminas/laminas-servicemanager 4.4.0 BSD-3-Clause
laminas/laminas-stdlib 3.20.0 BSD-3-Clause
laminas/laminas-stratigility 3.13.0 BSD-3-Clause
laminas/laminas-translator 1.1.0 BSD-3-Clause
laminas/laminas-validator 3.8.0 BSD-3-Clause
mezzio/mezzio-router 3.18.0 BSD-3-Clause
mezzio/mezzio-template 2.11.0 BSD-3-Clause
mezzio/mezzio 3.21.0 BSD-3-Clause
netglue/laminas-messenger 2.4.0 MIT
nikic/php-parser v5.6.1 BSD-3-Clause
psr/cache 3.0.0 MIT
psr/clock 1.0.0 MIT
psr/container 2.0.2 MIT
psr/event-dispatcher 1.0.0 MIT
psr/http-client 1.0.3 MIT
psr/http-factory 1.1.0 MIT
psr/http-message 2.0 MIT
psr/http-server-handler 1.0.2 MIT
psr/http-server-middleware 1.0.2 MIT
psr/log 3.0.2 MIT
symfony/clock v7.3.0 MIT
symfony/console v7.3.3 MIT
symfony/dependency-injection v7.3.3 MIT
symfony/deprecation-contracts v3.6.0 MIT
symfony/event-dispatcher-contracts v3.6.0 MIT
symfony/event-dispatcher v7.3.3 MIT
symfony/messenger v7.3.3 MIT
symfony/polyfill-ctype v1.33.0 MIT
symfony/polyfill-intl-grapheme v1.33.0 MIT
symfony/polyfill-intl-normalizer v1.33.0 MIT
symfony/polyfill-mbstring v1.33.0 MIT
symfony/polyfill-php83 v1.33.0 MIT
symfony/polyfill-php84 v1.33.0 MIT
symfony/redis-messenger v7.3.0 MIT
symfony/serializer v7.3.3 MIT
symfony/service-contracts v3.6.0 MIT
symfony/string v7.3.3 MIT
symfony/var-exporter v7.3.3 MIT
webimpress/safe-writer 2.2.0 BSD-2-Clause
webmozart/assert 1.11.0 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com


if (is_array($json) && isset($json['body'])) {
$body = stripcslashes($json['body']);
$envelope = @unserialize($body, ['allowed_classes' => true]);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ is a code smell ...
You should remove it

@arhimede
Copy link
Member

arhimede commented Sep 5, 2025

check if is possible to retry failed messaged using Messenger
https://symfony.com/doc/current/messenger.html#saving-retrying-failed-messages

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

Successfully merging this pull request may close these issues.

Inventory command dynamic stream flag

3 participants