From 0bc5c4c6872c741967d0298e74f1ed7a4ab13549 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sun, 4 Mar 2018 02:04:38 +0200 Subject: [PATCH] preserve docblocks in stub files --- box.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/box.json b/box.json index 070e8f527..700014917 100644 --- a/box.json +++ b/box.json @@ -2,10 +2,18 @@ "main" : "./psalm", "output" : "./build/psalm.phar", "directories" : [ - "src", "assets", "vendor" ], + "directories-bin": [ + "src/Psalm/Stubs" + ], + "finder": [ + { + "in" : "src", + "exclude": "Psalm/Stubs" + } + ], "files" : [ "config.xsd" ],