From bfa21ff840696309bb782e19b95bbba178fe26bf Mon Sep 17 00:00:00 2001 From: Alan Li Date: Tue, 7 Mar 2017 17:35:50 -0800 Subject: [PATCH] avoid generating stubs. --- src/ComposerScripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ComposerScripts.php b/src/ComposerScripts.php index c84a176..a1d7473 100644 --- a/src/ComposerScripts.php +++ b/src/ComposerScripts.php @@ -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);