Skip to content

Commit

Permalink
Docs: remove redundant comment
Browse files Browse the repository at this point in the history
Follow up on 2187 which removed the need to reset the `minimum_wp_version` property in test case files to a specific WP version, in favour of allowing a reset to "unset".

This means the version number in the `WP/AlternativeFunctionsUnitTest.inc` test case file doesn't need to be updated anymore when the default value of the `minimum_wp_version` changes, so this comment is now just confusing.
  • Loading branch information
jrfnl committed Jul 4, 2023
1 parent 7ab5947 commit cc74d14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions WordPress/Helpers/MinimumWPVersionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ trait MinimumWPVersionTrait {
* - The property has been renamed from `$minimum_supported_version` to `$minimum_wp_version`.
* - The CLI option has been renamed from `minimum_supported_wp_version` to `minimum_wp_version`.
*
* @internal When the value of this property is changed, it will also need
* to be changed in the `WP/AlternativeFunctionsUnitTest.inc` file.
*
* @var string WordPress version.
*/
public $minimum_wp_version;
Expand Down

0 comments on commit cc74d14

Please sign in to comment.