From 9ff8957f479b3b8995fbce5318c39f0e04f06bb0 Mon Sep 17 00:00:00 2001 From: jens1o Date: Mon, 10 Apr 2017 12:27:59 +0200 Subject: [PATCH] fix double definiton --- .../completion/constant_with_namespace.php | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/fixtures/completion/constant_with_namespace.php b/fixtures/completion/constant_with_namespace.php index b31d25c..cade11f 100644 --- a/fixtures/completion/constant_with_namespace.php +++ b/fixtures/completion/constant_with_namespace.php @@ -21,26 +21,3 @@ namespace { HELLO\world(); } -