File: bootstrap.php

package info (click to toggle)
php-phpstan-phpdoc-parser 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,476 kB
  • sloc: php: 21,156; makefile: 50; xml: 42; sh: 17
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<?php declare(strict_types = 1);

require __DIR__ . '/../vendor/autoload.php';

if (DIRECTORY_SEPARATOR !== '\\') {
	exec(__DIR__ . '/../build-abnfgen.sh', $buildAbnfgenOutput, $buildAbnfgenExitCode);
}