- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 24,638
- راهحلها
- 27
- پسندها
- 3,278
- امتیازها
- 113
- سن
- 28
- محل سکونت
- England
- وب سایت
- xenforo.xyz
getFinder() support Entity/Finder class references, but it does this by calling \XF::classToString() twice.The problem is the 1st call throws an
InvalidArgumentException exception, this is an issue for two reasons;- When a debugger is attached via xdebug (aka phpstorm) this pauses execution,
InvalidArgumentExceptionis used elsewhere so just ignoring this exception type isn't great.- Depend on the page, this can cause a lot of exceptions which makes...
