Skip to content

Commit

Permalink
Start fix php8.2 deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed May 5, 2023
1 parent 3a52760 commit 6fc77d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 25.0.3

## Bugfixes

* Start fix php8.2 deprecated warnings

# Version 25.0.2

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion src/Repositories/ProductLinkRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ProductLinkRepository extends AbstractRepository implements ProductLinkRep
*
* @var \PDOStatement
*/
protected $linkStmt;
protected $productLinkStmt;

/**
* Initializes the repository's prepared statements.
Expand Down

0 comments on commit 6fc77d8

Please sign in to comment.