The $libraries
variable is initialized to an empty array at the start of LibraryDiscoveryParser::buildByExtension()
and then a few lines below a second time with the result from the call to $this->parseLibraryInfo()
.
↧
$libraries variable declared twice in LibraryDiscoveryParser::buildByExtension()
↧