spryker/code-sniffer

DisallowedArrayTypeHintSyntax is not compatible with slevomat/coding-standard >= 8.13.0

Opened this issue · 0 comments

We just found out that the Spryker.Commenting.DisallowArrayTypeHintSyntax.DisallowedArrayTypeHintSyntax sniff is not working when using any version of slevomat/coding-standard above (and including) 8.13.0.

If you look at the diff you will notice that the code around Annotations was changed, breaking this rule.

Related PR: slevomat/coding-standard#1577