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.
1 parent ebeffc6 commit 50fc31eCopy full SHA for 50fc31e
tests/spec/PathTest.php
@@ -248,7 +248,7 @@ public function testPathParametersAreArrays()
248
unlink($output);
249
}
250
251
- public static function symfonyYamlVersion()
+ protected static function symfonyYamlVersion()
252
{
253
$package = 'symfony/yaml';
254
$installed = json_decode(file_get_contents(__DIR__ . '/../../composer.lock'), true);
0 commit comments