Skip to content

Commit 142e345

Browse files
author
Andrii Krasnoholovets
committed
AC-282: add void typehint
1 parent dc7601c commit 142e345

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.8.1]
8+
### Added
9+
- `void` typehint to `PayseraApiBundle::build` method
10+
711
## [1.8.0]
812
### Added
913
- Support for PHP 8 attributes

src/PayseraApiBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class PayseraApiBundle extends Bundle
1111
{
12-
public function build(ContainerBuilder $container)
12+
public function build(ContainerBuilder $container): void
1313
{
1414
parent::build($container);
1515

0 commit comments

Comments
 (0)