Error indentation

I believe PHPStorm is signaling an error mistakenly.
http://i.imgur.com/zHOfx6N.png

0

Hi there,

Accordingly to the screenshot this warning is reported by PHP CodeSniffer (3rd party tool that IDE has integration with) and not PhpStorm itself.

Please run CodeSniffer on this file in console -- will it have the same result?

0
Avatar
Permanently deleted user

phpcs upgraded and now it's ok!

Thanks!

0

请先登录再写评论。