You are here

public function InlineTest::getReservedIndicators in Database Sanitize 7

File

vendor/symfony/yaml/Tests/InlineTest.php, line 317

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function getReservedIndicators() {
  return array(
    array(
      '@',
    ),
    array(
      '`',
    ),
  );
}