From a7137316f7e5c0bbaaf185a2b6236b7ebb0a0064 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 29 Mar 2019 19:59:17 +0100 Subject: [PATCH] This also seems to be fixed already. --- TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO b/TODO index f7aeaf1..63a5c27 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,4 @@ Below list contains things that should be changed/fixed/implemented. 1. The debug_backtrace() does not show information about arrays type. -2. Array get a type of mixed, if there are at least 2 different types of value specified, even they are compatible, eg. - {4, 5.5} will result in mixed instead of float. - -3. References are completely broken. +2. References are completely broken.