You are here

public function InlineTest::getScalarIndicators in Lockr 7.3

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

public function getScalarIndicators() {
  return [
    [
      '|',
    ],
    [
      '>',
    ],
  ];
}