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