Skip to content

Commit 7d7485c

Browse files
authored
Merge pull request #77 from Axent96/patch-1
fix deprication for PHP 8.2
2 parents 111ce05 + 0e3feb9 commit 7d7485c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ScanCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ class ScanCommand extends Command
2626
/** @var string */
2727
protected $target;
2828

29+
/** @var string Initial php version */
30+
protected $after;
31+
2932
/** @var array */
3033
protected $excludeList = [];
3134

0 commit comments

Comments
 (0)