Skip to content

Commit 157bc7d

Browse files
authored
Merge pull request #5 from techdivision/PAC-950
2 parents 37cc207 + 3c588bd commit 157bc7d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 11.1.0
2+
3+
## Features
4+
5+
### PHP 8.4 Compatibility
6+
7+
* Add PHP 8.4 support
8+
19
# Version 11.0.0
210

311
## Features

src/Observers/ProductToAttributeOptionValueConverterObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function __construct(
7979
ImportProcessorInterface $importProcessor,
8080
AttributeBunchProcessorInterface $attributeBunchProcessor,
8181
SwatchTypeLoaderInterface $swatchTypeLoader,
82-
StateDetectorInterface $stateDetector = null
82+
?StateDetectorInterface $stateDetector = null
8383
) {
8484

8585
// initialize the swatch type loader and the processor instances

0 commit comments

Comments
 (0)