AxeWP / wp-graphql-rank-math

Add GraphQL support for RankMath SEO
GNU General Public License v3.0
50 stars 7 forks source link

chore: declare `strict_types` #87

Closed justlevine closed 5 months ago

justlevine commented 5 months ago

What

This PR adds the declare( strict_types = 1 ) header to all plugin PHP files.

Why

Better type safety for enterprise.

How

Testing Instructions

Additional Info

Checklist: