File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,8 +303,7 @@ public function rewind(): void
303303 /**
304304 * {@inheritDoc}
305305 */
306- #[\ReturnTypeWillChange]
307- public function valid ()
306+ public function valid (): bool
308307 {
309308 return false !== $ this ->current ();
310309 }
Original file line number Diff line number Diff line change @@ -375,8 +375,7 @@ public function rewind(): void
375375 /**
376376 * {@inheritDoc}
377377 */
378- #[\ReturnTypeWillChange]
379- public function valid ()
378+ public function valid (): bool
380379 {
381380 return false !== $ this ->current ();
382381 }
Original file line number Diff line number Diff line change @@ -45,10 +45,8 @@ protected function parseField(array $fields): string
4545
4646 /**
4747 * limit.
48- *
49- * @return string
5048 */
51- protected function parseLimit (?int $ offset , ?int $ limit )
49+ protected function parseLimit (?int $ offset , ?int $ limit ): string
5250 {
5351 if (null === $ limit )
5452 {
You can’t perform that action at this time.
0 commit comments