Apply "SlevomatCodingStandard.Classes.TraitUseDeclaration"

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-02-09 13:06:20 +01:00
parent 6efb9db429
commit 3920f5a0e6
No known key found for this signature in database
GPG key ID: 221E9281655813A6
2 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@
<rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference" />
<rule ref="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming" />
<rule ref="SlevomatCodingStandard.Classes.SuperfluousTraitNaming" />
<rule ref="SlevomatCodingStandard.Classes.TraitUseDeclaration" />
<rule ref="SlevomatCodingStandard.Classes.TraitUseSpacing">
<properties>
<property name="linesCountBeforeFirstUse" value="0" />

View file

@ -25,8 +25,8 @@ use Respect\Validation\Test\TestCase;
*/
final class CanValidateUndefinedTest extends TestCase
{
use CanValidateUndefined,
UndefinedProvider;
use CanValidateUndefined;
use UndefinedProvider;
/**
* @test