Skip to content

Commit d56964e

Browse files
OskarStarknicolas-grekas
authored andcommitted
Migrate to static data providers using rector/rector
1 parent a26492b commit d56964e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/InflectorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class InflectorTest extends TestCase
2121
{
22-
public function singularizeProvider()
22+
public static function singularizeProvider()
2323
{
2424
// see http://english-zone.com/spelling/plurals.html
2525
// see http://www.scribd.com/doc/3271143/List-of-100-Irregular-Plural-Nouns-in-English
@@ -169,7 +169,7 @@ public function singularizeProvider()
169169
];
170170
}
171171

172-
public function pluralizeProvider()
172+
public static function pluralizeProvider()
173173
{
174174
// see http://english-zone.com/spelling/plurals.html
175175
// see http://www.scribd.com/doc/3271143/List-of-100-Irregular-Plural-Nouns-in-English

0 commit comments

Comments
 (0)