Skip to content

Commit

Permalink
Merge pull request #105 from hostep/fix-for-issue-104
Browse files Browse the repository at this point in the history
Fixes PHP 8.2 deprecation notice
  • Loading branch information
zamoroka authored Mar 9, 2023
2 parents 8484748 + 1018333 commit 148ab02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Patch/File/Applier.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class Applier
*/
private $outputAnalyser;

/**
* @var \Vaimo\ComposerPatches\Factories\ApplierErrorFactory
*/
private $applierErrorFactory;

/**
* @var array
*/
Expand Down

0 comments on commit 148ab02

Please sign in to comment.