private function readPhpFile()

in build/JsonCompiler.php [80:85]


    private function readPhpFile($path)
    {
        return file_exists($path) ?
            file_get_contents($path)
            : '<?php return [];';
    }