Skip to content

Commit 3d1077c

Browse files
tswaggerkenjis
andcommitted
Update tests/Commands/HmacTest.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent a3e4219 commit 3d1077c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Commands/HmacTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function setMockIo(array $inputs): void
148148
*
149149
* @param mixed $output
150150
*/
151-
private function stripRedColorCode($output): string
151+
private function stripRedColorCode(string $output): string
152152
{
153153
$output = str_replace(["\033[0;31m", "\033[0m"], '', $output);
154154

0 commit comments

Comments
 (0)