diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index 74a0a525..76a58dc1 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -792,7 +792,7 @@ class ConnectionInterfaceStub implements ConnectionInterface throw new BadMethodCallException('not supported by this stub'); } - public function headObject(array $args = array()) + public function headObject(array $args = array()): array { throw new BadMethodCallException('not supported by this stub'); }