issues
search
marc-mabe
/
php-enum
Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Invalid doc blocks regarding serialization
#159
ghost
opened
7 months ago
1
Fixed bug with constant inheritance
#158
greal
closed
7 months ago
3
Allow to specify getValue return type
#157
wslawski-printify
closed
7 months ago
2
Implement Stringable interface on Enum
#156
jdecool
closed
2 years ago
5
fix error on `clone $enum`
#155
marc-mabe
closed
2 years ago
1
Support PHP-8.1
#154
marc-mabe
closed
2 years ago
0
Upgrade dev dependencies
#153
marc-mabe
closed
2 years ago
0
Remove final keyword from private constructor
#152
PetrHeinz
closed
2 years ago
2
Remove final keyword from private methods
#151
PetrHeinz
closed
2 years ago
2
PHP 8.1 Support
#150
marc-mabe
closed
3 years ago
1
Migrate from travis to GH workflow
#149
marc-mabe
closed
4 years ago
1
PHP-8 support
#148
marc-mabe
closed
4 years ago
0
final modifier for private method is no longer allowed in PHP8
#147
shmurakami
closed
4 years ago
0
Fix typo in the readme
#146
jdreesen
closed
4 years ago
1
Support phan annotations such as `@phan-return` and `@phan-side-effect-free`?
#145
TysonAndre
opened
4 years ago
3
`Enum#getValue()` should `@psalm-return static::*`
#144
Ocramius
closed
3 years ago
1
Fix typo in the readme
#143
jdreesen
closed
4 years ago
1
Allow operating with `private const`
#142
Ocramius
closed
4 years ago
6
Added __debugInfo with human readable properties to EnumSet & EnumMap
#141
marc-mabe
closed
4 years ago
0
Added purity markers for enumerables, improved type definitions
#140
Ocramius
closed
4 years ago
8
Fix some typos in README.md
#139
kevinlelo
closed
4 years ago
1
Generics + better doc types PHPStan/psalm
#138
marc-mabe
closed
4 years ago
10
fixed TypeError in EnumSet::getBinaryBitsetLe() …
#137
marc-mabe
closed
4 years ago
0
Added PHP-7.4
#136
marc-mabe
closed
4 years ago
0
Class constant visibility in Enum
#135
jdecool
closed
5 years ago
3
fixed check of ambiguous values on Enum::byName()
#134
marc-mabe
closed
5 years ago
1
[Bug] getName returns wrong name in edge case
#133
chescos
closed
5 years ago
4
Micro optimizations
#132
marc-mabe
closed
5 years ago
0
fixed ordinal cache usage of Enum::getName() if ordinal=0
#131
marc-mabe
closed
5 years ago
0
ordinal attribute logic
#130
procraste
closed
5 years ago
2
fixed typo in readme
#129
Ihon
closed
5 years ago
1
Correct wrong variable use in EnumMap doc
#128
Lctrs
closed
5 years ago
1
Update README.md
#127
sanmai
closed
5 years ago
1
Add EnumSet::isEmpty() to know if sets has enumerators
#126
Lctrs
closed
5 years ago
0
PHP 7.4 serializer and wrap old Serializable methods for BC
#125
marc-mabe
closed
4 years ago
0
Fix call static
#124
marc-mabe
closed
5 years ago
0
Branch 4.x as master
#123
marc-mabe
closed
5 years ago
0
hopefully fix autogenerated API docs + set phpbench version
#122
marc-mabe
closed
5 years ago
1
consistent method naming
#121
marc-mabe
closed
5 years ago
0
Consistent Naming
#120
marc-mabe
closed
5 years ago
2
fixed EnumSet::[attach|detach]Enumerators() …
#119
marc-mabe
closed
5 years ago
0
Immutable EnumMap
#118
marc-mabe
closed
5 years ago
0
Policy
#117
marc-mabe
closed
5 years ago
0
Update travis versions
#116
marc-mabe
closed
5 years ago
0
test on latest HHVM version compatible with PHP
#115
marc-mabe
closed
5 years ago
0
Bug report template
#114
marc-mabe
closed
5 years ago
1
EnumMap IteratorAggregate using Generator
#113
marc-mabe
closed
5 years ago
0
A few policy questions
#112
gabesullice
closed
4 years ago
6
Less type hints
#111
marc-mabe
closed
5 years ago
3
EnumSet IteratorAggregate using Generator
#110
marc-mabe
closed
5 years ago
2
Next