wordpress-develop/src/wp-includes/rest-api
Tonya Mork e83a341cc0 Coding Standards: Use static closures when not using $this.
When a closure does not use `$this`, it can be made `static` for improved performance.

Static closures are supported in PHP since PHP 5.4. ​

Props jrf, hellofromTonya, swissspidy, SergeyBiryukov.
See #53359.

git-svn-id: https://develop.svn.wordpress.org/trunk@51657 602fd350-edb4-49c9-b593-d223f7449a82
2021-08-26 12:57:08 +00:00
..
endpoints Coding Standards: Use static closures when not using $this. 2021-08-26 12:57:08 +00:00
fields REST API: Update “object” strings to use the appropriate nouns. 2021-05-25 13:11:55 +00:00
search REST API: Corrections and improvements to docblocks for REST API filters. 2021-01-10 22:21:39 +00:00
class-wp-rest-request.php Code Modernization: Silence the deprecation warnings for missing return type in WP_REST_Request. 2021-08-03 11:07:28 +00:00
class-wp-rest-response.php Docs: Corrections and improvements to inline docs relating to the REST API. 2020-11-16 11:02:32 +00:00
class-wp-rest-server.php Docs: Remove an empty line between @param and @return tags in some newly added REST API methods, per the documentation standards. 2021-06-30 18:42:59 +00:00