mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +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[
|
||||
'An empty string',
|
||||
@@ -2616,7 +2616,7 @@ letsTest[2] = value_2;';
|
||||
];
|
||||
}
|
||||
|
||||
public function provideValueToIsNotEmptyArray(): ?\Generator
|
||||
public function provideValueToIsNotEmptyArray(): ?Generator
|
||||
{
|
||||
yield[
|
||||
'An empty string',
|
||||
|
||||
Reference in New Issue
Block a user