We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
rector/rector
1 parent a26492b commit d56964eCopy full SHA for d56964e
Tests/InflectorTest.php
@@ -19,7 +19,7 @@
19
*/
20
class InflectorTest extends TestCase
21
{
22
- public function singularizeProvider()
+ public static function singularizeProvider()
23
24
// see http://english-zone.com/spelling/plurals.html
25
// see http://www.scribd.com/doc/3271143/List-of-100-Irregular-Plural-Nouns-in-English
@@ -169,7 +169,7 @@ public function singularizeProvider()
169
];
170
}
171
172
- public function pluralizeProvider()
+ public static function pluralizeProvider()
173
174
175
0 commit comments