From faae829a58d538e240a2095167530420ff284624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Dorn?= Date: Wed, 12 Oct 2022 00:59:55 +0200 Subject: [PATCH] update types --- src/Tin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tin.php b/src/Tin.php index 474ebb0..5eb4199 100644 --- a/src/Tin.php +++ b/src/Tin.php @@ -64,7 +64,7 @@ public function highlight(string $code): string /** * Converts a piece of code to lines made of tokens and passes each line to a transformer. * - * @param callable(?Line): ?string $transformer + * @param callable(Line): ?string $transformer */ public function process(string $code, callable $transformer): string {