branch: externals/phps-mode
commit d3beb050e945dd420c4dd6988abc623f9dcda5ff
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Added TODO item
---
 test/phps-mode-test-ast.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/phps-mode-test-ast.el b/test/phps-mode-test-ast.el
index f1507d0cd8..e3da1b8e35 100644
--- a/test/phps-mode-test-ast.el
+++ b/test/phps-mode-test-ast.el
@@ -131,6 +131,8 @@
   "Run test for bookkeeping generation."
   (message "-- Running tests for bookkeeping generation... --\n")
 
+  ;; TODO Support list($abc, $def) = myFunction();
+
   ;; TODO v2 Should have more delicate handling of isset, !empty condition 
blocks
   ;; TODO v2 Should properly bookkeep inside endlessly nested anonymous 
functions / arrow functions / anonymous classes
   ;; TODO v2 bookkeep and include constants in imenu

Reply via email to