Fix: Add missing strict_types declarations to Abilities Explorer#208
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #208 +/- ##
==========================================
Coverage 50.80% 50.80%
Complexity 375 375
==========================================
Files 27 27
Lines 1978 1978
==========================================
Hits 1005 1005
Misses 973 973
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This PR standardizes the code in the
includes/Experiments/Abilities_Explorerdirectory by adding:declare( strict_types=1 );to files where it was missing.Changes
Added
declare( strict_types=1 );to:includes/Experiments/Abilities_Explorer/Abilities_Explorer.phpincludes/Experiments/Abilities_Explorer/Ability_Handler.phpincludes/Experiments/Abilities_Explorer/Ability_Table.phpincludes/Experiments/Abilities_Explorer/Admin_Page.phpReasoning
includes/bootstrap.php,includes/helpers.php)