From 35577dfd28e684391eb3021fb6d681cfff01de5b Mon Sep 17 00:00:00 2001 From: orklah Date: Fri, 21 Jan 2022 00:29:22 +0100 Subject: [PATCH] fix typo --- src/Psalm/Internal/Codebase/Scanner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Internal/Codebase/Scanner.php b/src/Psalm/Internal/Codebase/Scanner.php index bc996bccf0e..e510bf63827 100644 --- a/src/Psalm/Internal/Codebase/Scanner.php +++ b/src/Psalm/Internal/Codebase/Scanner.php @@ -80,7 +80,7 @@ /** * @internal * - * Contains methods that aid in the scanning of Psalm's codebase> + * Contains methods that aid in the scanning of Psalm's codebase */ class Scanner {