PHP Coding Standards Fixer > fix coding standard

This commit is contained in:
Meritoo
2019-05-30 21:55:09 +02:00
parent 538aa1fa79
commit e002adc162

View File

@@ -2569,7 +2569,7 @@ letsTest[2] = value_2;';
];
}
public function provideValueToIsEmptyArray(): ?\Generator
public function provideValueToIsEmptyArray(): ?Generator
{
yield[
'An empty string',
@@ -2616,7 +2616,7 @@ letsTest[2] = value_2;';
];
}
public function provideValueToIsNotEmptyArray(): ?\Generator
public function provideValueToIsNotEmptyArray(): ?Generator
{
yield[
'An empty string',