Minor update
Code optimization and logic
Changelog v5.1.0:
- The method
getHelper(string $name): Closure
is not static anymore - The equivalent static is now defined as
getHelperBase(string $name): Closure
- The method
isHelper(string $name): bool
does not throw anyException
anymore and only returns a strict boolean - Internally some code optimization and better logic segmentation: new method
getHelperDetails(string $name): array
Your code is not impacted by this update unless your worked with method getHelper()
which becomes getHelperBase()