Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grifart-enum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Kuchař
grifart-enum
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
master
default
protected
v0.1.x
protected
Tags
6
0.2.1
protected
0.2.0
protected
0.2.0-alpha1
protected
0.1.2
protected
0.1.1
protected
0.1.0
protected
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jun
23
May
13
Feb
10
Dec
12
Mar
10
Jan
9
8
7
4
3
10
Nov
7
21
Oct
20
1
Sep
2
Nov
1
31
Oct
26
Merge branch 'update-deps' into 'master'
master
master
composer: run more parallel
composer: remove php 7.1 support
CI: run also composer install to check deps compatibility.
greatly improved internal typings
run tests for all supported PHP versions
Added video into docs
remote_mirror_3…
remote_mirror_326ef6f5dda0fe2a31688ff19f75e4b8/master
Merge branch 'jkuchar1-master-patch-35695' into 'master'
0.2.1
0.2.1
Fixed error found by PHPStan 0.12
typo
Merge remote-tracking branch 'github/add-license-1'
0.2.0
0.2.0
Create LICENSE
docs improvement
0.2.0-alpha1
0.2.0-alpha1
Added behaviour oriented example into documentation
non-strict comparison test: array_intersect
non-strict value comparison: added test for in_array() function
Merge branch 'docs-update' into 'master'
updated + split readme
rename README.md -> readme.md
Merge branch 'add-order-state-example' into 'master'
allowed to call self::VALUE2() on child classes
strictness: enum checks if all values called parent constructor
fixed after rebase
example order-state: renamed preparing -> processing
fix markdown
docs: add order state example
Merge branch 'cleanup' into 'master'
fixed test after rebase
fixed type hint
added final xor abstract check for enum root class
updated .gitignore
properly handled cases when values are non-anonymous classes
cleanup & docs
InstanceRegister: more comments removed unused code
Merge branch 'loose-comparison-cross-types' into 'master'
test: does comparing across types works as expected?
Merge branch 'better-access-to-scalar-value' into 'master'
added implementation of __toString() method
renamed Enum::getScalar() -> Enum::toScalar()
Merge branch 'docs-update' into 'master'
Loading