public function InlineTest::getReservedIndicators in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ InlineTest.php, line 317
Class
Namespace
Symfony\Component\Yaml\TestsCode
public function getReservedIndicators() {
return [
[
'@',
],
[
'`',
],
];
}