Skip to content

Commit

Permalink
formtting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 28, 2024
1 parent e7c9b2c commit f316263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enum/PrimitiveTypeEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PrimitiveTypeEnum extends AbstractEnum
{
const STRING = 'string';
const BOOLEAN = 'boolean';
const INTEGER = 'integer';
const INTEGER = 'integer';
const DECIMAL = 'decimal';

const POSITIVE_INTEGER = 'positiveInt';
Expand Down

0 comments on commit f316263

Please sign in to comment.