- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
entityColumnsToJson has the return type of
array
but the function it calls tableColumnsToJson
is array|bool
is there any reason this couldn't just return an null to signal to exit instead of 'true' ? (ie so this could be replaced with nullable support). Or just make the installStepRunner
convert an empty array as a terminal signal?
نام موضوع : Type hint on entityColumnsToJson is incorrect