Skip to content
Snippets Groups Projects
Commit 5433fc32 authored by mark burdett's avatar mark burdett
Browse files

Use static method

parent 4361d02a
No related branches found
No related tags found
No related merge requests found
Pipeline #157823 passed
......@@ -40,7 +40,7 @@ class CryptologReverseProxyTest extends BrowserTestBase {
* @return array{array{array<string, string>, string}}
* Data for testNodeCanonicalUrlScheme().
*/
public function providerTestNodeCanonicalUrlScheme(): array {
public static function providerTestNodeCanonicalUrlScheme(): array {
return [
[['Forwarded' => 'for=192.0.2.0;proto=http'], 'base_insecure_url'],
[['Forwarded' => 'for=192.0.2.0;proto=https'], 'base_secure_url'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment