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 0108edd commit 4dde7edCopy full SHA for 4dde7ed
src/Type/IntegerType.php
@@ -80,6 +80,6 @@ public function setMultipleOf(int $multipleOf): self
80
81
public static function type(): string
82
{
83
- return self::TYPE_NUMBER;
+ return self::TYPE_INTEGER;
84
}
85
0 commit comments