Files
UNIT3D-Community-Edition/app/Http/Controllers/API/ChatController.php
HDVinnie f70452da1a refactor: 'substr(...)' replaced with 'strpos(...)'
- 'substr(...)' invokes additional memory allocation (more work for GC), which is not needed in the context. 'strpos(...)' will do the same job with CPU resources only.
2020-12-02 21:07:17 -05:00

21 KiB