File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -595,8 +595,8 @@ public function offsetGet($offset)
595595 /**
596596 * Offset to set.
597597 *
598- * @param string $offset
599- * @param array| bool|float| int|object| string|null $value
598+ * @param string $offset
599+ * @param bool|int|string $value
600600 *
601601 * @throws LogicException
602602 */
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public function __toString();
162162 /**
163163 * Returns the array representation of the Cookie object.
164164 *
165- * @return array<string, bool|int|object| string>
165+ * @return array<string, bool|int|string>
166166 */
167167 public function toArray (): array ;
168168}
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ public function testExpirationTime(): void
168168 /**
169169 * @dataProvider invalidExpiresProvider
170170 *
171- * @param int|object $expires
171+ * @param DateTimeInterface| int|string $expires
172172 */
173173 public function testInvalidExpires ($ expires ): void
174174 {
You can’t perform that action at this time.
0 commit comments