We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d15893 commit a50f281Copy full SHA for a50f281
tests/helpers.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+namespace DaniloPolani\JsonValidation\Tests;
4
5
+enum TestEnumRole: string
6
+{
7
+ case Admin = 'admin';
8
+ case User = 'user';
9
+}
0 commit comments