CodeExplorer getFilesInfo example
$templateLine =
$matches[1
];
} throw new Error($message,
$templateLine);
} return $prevErrorHandler ?
$prevErrorHandler($level,
$message,
$file,
$line) : false;
});
} try { $filesInfo =
$this->
getFilesInfo($filenames);
} finally { if ($showDeprecations) { restore_error_handler();
} } return $this->
display($input,
$output,
$io,
$filesInfo);
} private function getFilesInfo(array
$filenames): array
{