Skip to content

Commit cd01885

Browse files
committed
Correct type declaration
1 parent f90b103 commit cd01885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public function rewind(): void {
415415
*
416416
* @return bool True on success or false on failure.
417417
*/
418-
public function offsetExists( mixed $offset ): mixed {
418+
public function offsetExists( mixed $offset ): bool {
419419
return $this->has( $offset );
420420
}
421421

0 commit comments

Comments
 (0)