FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 260 forks source link

feat: make call to JsonpCallbackValidator::validate() static #452

Closed Chris53897 closed 1 year ago

Chris53897 commented 1 year ago

According to PhpStorm this call should be static. Please check

tobias-93 commented 1 year ago

Hi @Chris53897, I see you submitted a similar request as #458. So the fix is already resolved in that MR. Also, since you preserved the new call, there's still a new object instantiated. Thanks for submitting anyway!