Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WEB-4344: Refactor ResultBehavior definition to an invokable method
The class method definition in ResultBehavior has been refactored to an invokable. A previous anonymous function definition has been replaced with the __invoke magic method, offering a more concise syntax and enhancing the object's versatility by making it directly callable.
- Loading branch information