branch: externals/phpinspect
commit d6c63ef6f445deb80cb9393607d0577e791658e8
Author: Hugo Thunnissen <[email protected]>
Commit: Hugo Thunnissen <[email protected]>
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"