Browse Source

corrected typos

Franco Ponticelli 16 năm trước cách đây
mục cha
commit
cd86b335e1
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      std/php/NativeArray.hx
  2. 1 1
      std/php/NativeString.hx

+ 1 - 1
std/php/NativeArray.hx

@@ -1,5 +1,5 @@
 package php;
 
-extern class NativeArray implements ArrayAccess<Int> {
+extern class NativeArray implements ArrayAccess<Dynamic> {
 
 }

+ 1 - 1
std/php/NativeString.hx

@@ -1,5 +1,5 @@
 package php;
 
-extern class NativeString implements ArrayAccess<Int> {
+extern class NativeString implements ArrayAccess<String> {
 
 }