From 2572b9321d18d04d96a8b88812241cb781009acb Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 29 Nov 2018 13:10:00 +0100 Subject: [PATCH] This is already fixed. --- TODO | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index ca012a8..23b8bb1 100644 --- a/TODO +++ b/TODO @@ -5,10 +5,6 @@ Below list contains things that should be changed/fixed/implemented. 1. int[] $arr = {5, 5}; This syntax is unsupported yet. Should replace the array() function. -2. CHAR data type do not allow assignment of integer values in range of 0-255 inclusively as well as strings of 1-character length. +2. Class properties do not support strict data type hinting. -3. FLOAT data type do not allow assignment of integer values. In this case INT value should be automatically typecasted to FLOAT. - -4. Class properties do not support strict data type hinting. - -5. Closures and methods declaration / definition uses function keyword. +3. Closures and methods declaration / definition uses function keyword.