Skip to content

Commit 4dde7ed

Browse files
committed
Fix wrong type
1 parent 0108edd commit 4dde7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/IntegerType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ public function setMultipleOf(int $multipleOf): self
8080

8181
public static function type(): string
8282
{
83-
return self::TYPE_NUMBER;
83+
return self::TYPE_INTEGER;
8484
}
8585
}

0 commit comments

Comments
 (0)