1
0
Fork 0

avoid generating stubs.

pull/375/head
Alan Li 2017-03-07 17:35:50 -08:00
parent 7f8eccb5ae
commit 23315c52fb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ComposerScripts
}
$uris = yield $finder->find("$stubsLocation/**/*.php");
$uris = [];
foreach ($uris as $uri) {
echo "Parsing $uri\n";
$content = yield $contentRetriever->retrieve($uri);