Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class {{classname}} {{#parentSchema}}extends {{{parent}}}{{/parentSchema}}{{^par
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -499,7 +499,7 @@ class {{classname}} {{#parentSchema}}extends {{{parent}}}{{/parentSchema}}{{^par
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -512,7 +512,7 @@ class {{classname}} {{#parentSchema}}extends {{{parent}}}{{/parentSchema}}{{^par
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -529,7 +529,7 @@ class {{classname}} {{#parentSchema}}extends {{{parent}}}{{/parentSchema}}{{^par
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function setColor(?string $color): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -363,7 +363,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -376,7 +376,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -393,7 +393,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function setName(?string $name): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -363,7 +363,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -376,7 +376,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -393,7 +393,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public function setDate(?\DateTime $date): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -387,7 +387,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -400,7 +400,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -417,7 +417,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public function setStringNullable(?string $string_nullable): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -615,7 +615,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -628,7 +628,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -645,7 +645,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public function setDouble(?float $double): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -413,7 +413,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -426,7 +426,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -443,7 +443,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public function setStatus(?string $status): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -541,7 +541,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -554,7 +554,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -571,7 +571,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public function setOutcomes(?array $outcomes): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -389,7 +389,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -402,7 +402,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -419,7 +419,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function setName(?string $name): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -363,7 +363,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -376,7 +376,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -393,7 +393,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public function setName(?string $name): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -329,7 +329,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -342,7 +342,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -359,7 +359,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public function setName(?string $name): static
/**
* Returns true if offset exists. False otherwise.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return boolean
*/
Expand All @@ -431,7 +431,7 @@ public function offsetExists(mixed $offset): bool
/**
* Gets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return mixed|null
*/
Expand All @@ -444,7 +444,7 @@ public function offsetGet(mixed $offset): mixed
/**
* Sets value based on offset.
*
* @param int|null $offset Offset
* @param integer|string|null $offset Offset
* @param mixed $value Value to be set
*
* @return void
Expand All @@ -461,7 +461,7 @@ public function offsetSet(mixed $offset, mixed $value): void
/**
* Unsets offset.
*
* @param integer $offset Offset
* @param integer|string $offset Offset
*
* @return void
*/
Expand Down
Loading