Skip to content

Commit 50fc31e

Browse files
committed
Change visibility
1 parent ebeffc6 commit 50fc31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/spec/PathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public function testPathParametersAreArrays()
248248
unlink($output);
249249
}
250250

251-
public static function symfonyYamlVersion()
251+
protected static function symfonyYamlVersion()
252252
{
253253
$package = 'symfony/yaml';
254254
$installed = json_decode(file_get_contents(__DIR__ . '/../../composer.lock'), true);

0 commit comments

Comments
 (0)