mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
PHP Coding Standards Fixer > fix coding standard
This commit is contained in:
@@ -2569,7 +2569,7 @@ letsTest[2] = value_2;';
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function provideValueToIsEmptyArray(): ?\Generator
|
public function provideValueToIsEmptyArray(): ?Generator
|
||||||
{
|
{
|
||||||
yield[
|
yield[
|
||||||
'An empty string',
|
'An empty string',
|
||||||
@@ -2616,7 +2616,7 @@ letsTest[2] = value_2;';
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function provideValueToIsNotEmptyArray(): ?\Generator
|
public function provideValueToIsNotEmptyArray(): ?Generator
|
||||||
{
|
{
|
||||||
yield[
|
yield[
|
||||||
'An empty string',
|
'An empty string',
|
||||||
|
|||||||
Reference in New Issue
Block a user