Skip to content

Conversation

@profuel
Copy link

@profuel profuel commented Oct 23, 2025

Regular error messages are shown like this:

FILE: ...ata/src/Pyz/Glue/UploadFilesRestApi/Processor/Reader/UploadFilesReader.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 27 | ERROR | Missing doc block for method
--------------------------------------------------------------------------------


FILE: /data/src/Pyz/Glue/UploadFilesRestApi/UploadFilesRestApiFactory.php
-------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------
 35 | ERROR | Method does not have a doc block: createUploadFilesSaver()
-------------------------------------------------------------------------

File path after FILE is not usable directly in PhpStor, since it either contains ... or /data/.
My fix makes it more usable:

FILE: ... src/Pyz/Glue/UploadFilesRestApi/Processor/Reader/UploadFilesReader.php
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 27 | ERROR | Missing doc block for method
--------------------------------------------------------------------------------


FILE: ... src/Pyz/Glue/UploadFilesRestApi/UploadFilesRestApiFactory.php
-------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------
 35 | ERROR | Method does not have a doc block: createUploadFilesSaver()
-------------------------------------------------------------------------

due to space after ... you copy actual path, known to PHP storm.

Checklist

  • I agree with the Code Contribution License Agreement in CONTRIBUTING.md

rfilippone-spryker and others added 30 commits February 21, 2020 14:16
…ebmozart glob to be able to use stream wrapper.

TE-5015 Added spryker/util-glob module.
TE-5015 Use UtilGlob, added new definition finder, deprecated old TransferDefinitionFinder.
yaroslav-spryker and others added 27 commits January 15, 2024 13:37
…estampable` propel behaviors. (#10682)

FRW-2289 Allow to configure date field type for `Archivable` and `Timestampable`  propel behaviors.
FRW-7289 Fixed Development module dependency BC-break.
FRW-7400 Update PHPStan to 1.10.*
FRW-8526 Update contribution.md content for all repos with the Spryker license
…evelopment. (#10969)

FRW-8430 Enabled console commands to be ran during 3rd-party module development.
…port of PHP 8.3. (#11088)

FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3.
FRW-8773 Added PHP Unit 11 support.
FRW-9645 Enable feature development.
ACP-4802 Over/Underpaid
bugfix/ssp-648-fix-feature-path
…core-modules-license-update

FRW-8835 Updated license text for all Core modules.
SSP-32 Enabled the code style sniffer for the features.
CC-33994 Text Alternatives for Product Images
…… (#11630)

FRW-9573 OMS lock problem when running in transaction
…cks from the check (#11781)

Adjust sniffer rules for Spryker modules to exclude docblocks from the check
@spryker-release-bot
Copy link
Collaborator

Dear contributor,

Your pull request will be reviewed by our team. In the meantime, please ensure that the PR complies with Spryker's coding guidelines and that your changes are covered by tests.

Thank you very much for your contribution to the development of Spryker and the growth of the Spryker community!

@profuel profuel closed this by deleting the head repository Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.