Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit e4085d7

Browse files
zzagorsk-fbfacebook-github-bot
authored andcommitted
Make some DataProvider functions static (#113)
Summary: Pull Request resolved: facebookarchive/fbshipit#113 Convert a few instance methods to be static, which also requires changing instance methods they call to static (and then changing other calls to those functions). Reviewed By: bigfootjon Differential Revision: D22528403 fbshipit-source-id: f5fa990ac02b135591c5226a722b54c6aa8d977d
1 parent 608b5d2 commit e4085d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StringDiffTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testDiffCharacters(): void {
4848
);
4949
}
5050

51-
public function provideExamples(): vec<(string)> {
51+
public static function provideExamples(): vec<(string)> {
5252
return Vec\map(
5353
/* HH_FIXME[4107] using directly because this is open source */
5454
/* HH_FIXME[2049] using directly because this is open source */

0 commit comments

Comments
 (0)