As can be seen in the discussion in cakephp/cakephp#19390 our current CS suite does not detect Mockery\MockInterface which should be converted to a use statement.
It does though get reported if used with a FQCN like \Mockery\MockInterface so maybe this is a bug in squizlabs/php_codesniffer
As can be seen in the discussion in cakephp/cakephp#19390 our current CS suite does not detect
Mockery\MockInterfacewhich should be converted to a use statement.It does though get reported if used with a FQCN like
\Mockery\MockInterfaceso maybe this is a bug in squizlabs/php_codesniffer