Skip to content

Commit 63e3f36

Browse files
klapaudiusgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 204ffc0 commit 63e3f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Services/ToolService/Schema/PropertyType.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
enum PropertyType: string
66
{
77
case STRING = 'string';
8-
case INTEGER = 'integer';
9-
case NUMBER = 'number';
8+
case INTEGER = 'integer';
9+
case NUMBER = 'number';
1010
case OBJECT = 'object';
11-
case ARRAY = 'array';
11+
case ARRAY = 'array';
1212
case BOOLEAN = 'boolean';
1313
}

0 commit comments

Comments
 (0)