Lsrur\Inspector\Collectors\BaseCollector::removeSrc PHP Method

removeSrc() protected method

protected removeSrc ( &$items )
    protected function removeSrc(&$items)
    {
        foreach ($items as &$item) {
            foreach ($item['files'] as &$file) {
                unset($file['src']);
                unset($file['fileName']);
            }
        }
    }