-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHP Reflection API is known to not be the fastest. This is OK when only a couple of callls are made but here it is used in a tight loop whereas references to values fetched via Reflection are already available or not even used. Moving the use as late as possible allows to optimize performance a bit.
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters