You are here

public function InlineTest::getScalarIndicators in Loft Data Grids 7.2

File

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

Class

InlineTest

Namespace

Symfony\Component\Yaml\Tests

Code

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