From 97f48d6b61e70b83eb84cad0e07ba3e4b1996aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Jan 2022 14:22:30 +0100 Subject: [PATCH] typehint -> type --- phpstan.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index d4dc3dd..ab8715b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -13,7 +13,7 @@ parameters: ignoreErrors: - - message: '#has no return typehint specified#' + message: '#has no return type specified#' paths: - tests/* - src/GlossTranslator.php @@ -22,7 +22,7 @@ parameters: paths: - tests/* - - message: '#with no typehint specified#' + message: '#with no type specified#' paths: - src/GlossTranslator.php -