1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 11:14:04 +00:00

typehint -> type

This commit is contained in:
Samuel Štancl 2022-01-25 14:22:30 +01:00 committed by GitHub
parent 3e92c6b1ff
commit 97f48d6b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ parameters:
ignoreErrors: ignoreErrors:
- -
message: '#has no return typehint specified#' message: '#has no return type specified#'
paths: paths:
- tests/* - tests/*
- src/GlossTranslator.php - src/GlossTranslator.php
@ -22,7 +22,7 @@ parameters:
paths: paths:
- tests/* - tests/*
- -
message: '#with no typehint specified#' message: '#with no type specified#'
paths: paths:
- src/GlossTranslator.php - src/GlossTranslator.php
- -