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