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 acc73ec commit 57c03a5Copy full SHA for 57c03a5
Tests/LinkTest.php
@@ -91,15 +91,15 @@ public function testNotTemplated(string $href)
91
$this->assertFalse($link->isTemplated());
92
}
93
94
- public function templatedHrefProvider()
+ public static function templatedHrefProvider()
95
{
96
return [
97
['http://www.google.com/{param}/foo'],
98
['http://www.google.com/foo?q={param}'],
99
];
100
101
102
- public function notTemplatedHrefProvider()
+ public static function notTemplatedHrefProvider()
103
104
105
['http://www.google.com/foo'],
0 commit comments