File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010/**
1111 * @package simplesaml/xml-common
1212 */
13- class PositiveIntegerValue extends IntegerValue
13+ class PositiveIntegerValue extends NonNegativeIntegerValue
1414{
1515 /** @var string */
1616 public const SCHEMA_TYPE = 'positiveInteger ' ;
Original file line number Diff line number Diff line change 1010/**
1111 * @package simplesaml/xml-common
1212 */
13- class UnsignedByteValue extends IntegerValue
13+ class UnsignedByteValue extends NonNegativeIntegerValue
1414{
1515 /** @var string */
1616 public const SCHEMA_TYPE = 'unsignedByte ' ;
Original file line number Diff line number Diff line change 1010/**
1111 * @package simplesaml/xml-common
1212 */
13- class UnsignedIntValue extends IntegerValue
13+ class UnsignedIntValue extends NonNegativeIntegerValue
1414{
1515 /** @var string */
1616 public const SCHEMA_TYPE = 'unsignedInt ' ;
Original file line number Diff line number Diff line change 1010/**
1111 * @package simplesaml/xml-common
1212 */
13- class UnsignedLongValue extends IntegerValue
13+ class UnsignedLongValue extends NonNegativeIntegerValue
1414{
1515 /** @var string */
1616 public const SCHEMA_TYPE = 'unsignedLong ' ;
Original file line number Diff line number Diff line change 1010/**
1111 * @package simplesaml/xml-common
1212 */
13- class UnsignedShortValue extends IntegerValue
13+ class UnsignedShortValue extends NonNegativeIntegerValue
1414{
1515 /** @var string */
1616 public const SCHEMA_TYPE = 'unsignedShort ' ;
You can’t perform that action at this time.
0 commit comments