Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Renamed TODO to IMPROVE for better semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomoza committed Sep 15, 2015
1 parent c0207de commit a661cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Version/Collection/IndexedVersions.php
Expand Up @@ -20,7 +20,7 @@
*
* @author Gabriel Somoza <gabriel@strategery.io>
*
* TODO: this class has 11 methods. Consider refactoring it to keep number of methods under 10.
* IMPROVE: this class has 11 methods. Consider refactoring it to keep number of methods under 10.
*
* @SuppressWarnings(PHPMD.TooManyMethods)
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Version/Collection/Resolver/OffsetResolver.php
Expand Up @@ -46,7 +46,7 @@ class OffsetResolver extends AbstractResolver
/**
* Resolves an alias into a Version.
*
* TODO: this method has an NPath complexity of 400. The configured NPath complexity threshold is 200.
* IMPROVE: this method has an NPath complexity of 400. The configured NPath complexity threshold is 200.
*
* @SuppressWarnings(PHPMD.NPathComplexity)
*
Expand Down

0 comments on commit a661cf9

Please sign in to comment.