Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 530efa7

Browse files
committed
fixed psalm static errors
1 parent ba763b9 commit 530efa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Figlet/Figlet.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ protected function _smushAmount()
833833
$amount++;
834834
} elseif (! empty($rightChar)) {
835835
/**
836-
* @psalm-suppress RedundantConditionGivenDocblockType Avoid behavior BC break
836+
* @psalm-suppress RedundantConditionGivenDocblockType
837837
* @psalm-suppress MixedArgument
838838
*/
839839
if ($this->_smushem($leftChar, $rightChar) !== null) {

0 commit comments

Comments
 (0)