branch: externals/phpinspect
commit d6c63ef6f445deb80cb9393607d0577e791658e8
Author: Hugo Thunnissen <h...@hugot.nl>
Commit: Hugo Thunnissen <h...@hugot.nl>

    Truncate "uses_own" index file before filling the index
---
 phpinspect-index.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phpinspect-index.bash b/phpinspect-index.bash
index 3dfe796094..eeec1c382e 100755
--- a/phpinspect-index.bash
+++ b/phpinspect-index.bash
@@ -657,6 +657,7 @@ fillIndex() {
         echo > "$USES"
         echo > "$USES_LOOKUP"
         echo > "$FILE_PATHS"
+        echo > "$USES_OWN"
         echo > "$USES_LOOKUP_OWN"
         echo > "$NAMESPACE_FILE_PATHS"
         echo > "$INDEXED"

Reply via email to