Skip to content

Commit e0c55e4

Browse files
Remove psalm- prefix
1 parent aef0e6c commit e0c55e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Configuration/Cli/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ private function markProcessed(string $option): void
13371337
}
13381338

13391339
/**
1340-
* @psalm-param non-empty-string $option
1340+
* @param non-empty-string $option
13411341
*/
13421342
private function warnWhenOptionsConflict(?bool $current, string $option, string $opposite): void
13431343
{

0 commit comments

Comments
 (0)