You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code needs a bit of clean up in a few areas. This issue collects these and links to the appropriate issues/pull requests which resolve these issues.
The clean up involves:
Currently only part of the code uses strict variable types. All the code should use strict variable types, as it is safer.
declare(strict_types=1); should be used in all files.
All files should comply with the WordPress coding standard.
The above needs to be applied to the following files:
The code needs a bit of clean up in a few areas. This issue collects these and links to the appropriate issues/pull requests which resolve these issues.
The clean up involves:
declare(strict_types=1);
should be used in all files.The above needs to be applied to the following files:
Unit tests are covered in #244.
The text was updated successfully, but these errors were encountered: