AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
66 stars 11 forks source link

chore: declare `strict_types` #122

Closed justlevine closed 5 months ago

justlevine commented 5 months ago

What

Adds declare( strict_types = 1 ) to all php file headers, to improve type safety.

Why

How

Testing Instructions

Additional Info

Checklist:

coveralls commented 5 months ago

Coverage Status

coverage: 82.218%. remained the same when pulling fa61bee1170095bb9de31d71b9135f6aba46761e on justlevine:chore/strict-types into 9ebefc395e0034f508753d7474367f71a1d5dd2d on AxeWP:develop.