1 2 3 4 5 6 7 8
<?php namespace Lightscale\LaralightAssets\Contracts; interface ManifestParser { public function parse(string $data): array; }