You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gretmn102
changed the title
Deny arr and $arr are used simultaneously
Deny arr[i] and $arr[i] are used simultaneously
Sep 22, 2020
gretmn102
changed the title
Deny arr[i] and $arr[i] are used simultaneously
Deny arr and $arr are used simultaneously
Sep 22, 2020
gretmn102
changed the title
Deny arr and $arr are used simultaneously
feat(lint): warn about simultaneous use of different data types in one variable
Jul 25, 2024
Предупреждать при одновременном использовании разных типов данных в одной переменной (фишка, запрещенная в новой версии QSP 5.8)
Примеры ошибок
item
, в другом$item
item[0]
, в другом$item[0]
item["apple"]
, в другом$item["apple"]
The text was updated successfully, but these errors were encountered: