1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed typo at tests for simpler debugging More... almost 12 years ago
removed unused 'use BadMethodCallException' statement More... almost 12 years ago
fixes #24: __toString() shouldn't be final and return the name (like in Java) More... almost 12 years ago
Only private static methods are private by definition, fixes #25 More... almost 12 years ago
Merge branch 'master' of github.com:marc-mabe/php-enum More... almost 12 years ago
private methods are already final by definition More... almost 12 years ago
Merge pull request #22 from prolic/phpdoc More... almost 12 years ago
add/fix phpdoc More... almost 12 years ago
Performance optimisations More... almost 12 years ago
Update README.md More... almost 12 years ago
Update composer.json More... almost 12 years ago
updated README to match the new API More... almost 12 years ago
Merge branch 'feature/EnumSet' of github.com:marc-mabe/php-enum More... almost 12 years ago
Performance optimisation on store singleton instances More... almost 12 years ago
It's 2013 More... almost 12 years ago
100% code coverage More... almost 12 years ago
Merge pull request #20 from marc-mabe/feature/EnumSet More... almost 12 years ago
EnumSet implementation should be ready More... almost 12 years ago
initial EnumSet More... almost 12 years ago
Merge pull request #19 from marc-mabe/feature/getBy More... almost 12 years ago
Implemented Enum::getByName(), fixes #18 More... almost 12 years ago
Implemented Enum::getByOrdinal(), fixes #18 More... almost 12 years ago
Merge pull request #16 from marc-mabe/EnumMap More... almost 12 years ago
Merge pull request #17 from marc-mabe/testsCleanup More... almost 12 years ago
exit(1) on test execution if not installed More... almost 12 years ago
cleanup test execution - use phpunit installed from composer - lowercase tests/Bootstrap.php -> tests/bootstrap.php - moved phpunit --strict option to phpunix.xml - run coveralls without directly from .travis.yml - run tests with PHP 5.3.3 using travis-ci (requires --prefer-source) - added "composer self-update" to "before_script" More... almost 12 years ago
EnumMap: docblock comments + micro optimisations More... almost 12 years ago
100% test coverage + fixed some small bugs found More... almost 12 years ago
more tests and bug fixes More... almost 12 years ago
allow to define results for EnumMap::key() and EnumMap::current() More... almost 12 years ago