We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc8344 commit 0d45b03Copy full SHA for 0d45b03
composer.json
@@ -36,7 +36,8 @@
36
"squizlabs/php_codesniffer": "*",
37
"phpmd/phpmd": "2.*",
38
"jblond/php-cli": "^1.0",
39
- "digilive/git-changelog": "^1"
+ "digilive/git-changelog": "^1",
40
+ "vimeo/psalm": "^4.23"
41
},
42
"suggest": {
43
"jblond/php-cli": "^1.0"
lib/jblond/Diff/SequenceMatcher.php
@@ -369,7 +369,6 @@ static function (&$line) {
369
$line = trim($line);
370
}
371
);
372
- unset($line);
373
374
375
if (
0 commit comments