Skip to content

Commit

Permalink
Fixes PHP 8.2 deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
hostep committed Feb 23, 2023
1 parent 8484748 commit 1018333
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 1018333

Please sign in to comment.