TYPO3 / coding-standards

TYPO3 Coding Standards to be used by TYPO3 projects or extensions
MIT License
52 stars 16 forks source link

TYPO3 core forced names of methods like processDatamap_afterDatabaseOperations are not camel case and make errors #136

Closed kszymukowicz closed 2 months ago

kszymukowicz commented 2 months ago

Is there an existing issue for this?

Operating System

Debian 12

Composer version

2.7.7.

PHP version

8.2

TYPO3 Coding Standards Package version

Latest stable release

Additional version information

At v0.7 there is not such errror.

Current Behavior

At v0.8 I am getting error: Method name "DataHandlerHook::processDatamap_afterDatabaseOperations" is not in camel caps format There was no such error on v0.7.

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response

bmack commented 2 months ago

Hey @kszymukowicz ,

how can I reproduce this? Can you share the PHP code and the php-cs-fixer config you have applied as well as the PHP CLI command you are executing please?

All the best, Benni.

kszymukowicz commented 2 months ago

hi @bmack, Sry I took your time. It was my fault - all is working as expected. Next time I will always prepare a reproduce steps because I see now how important is it for such cases.