mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Support Laravel 9 (#3)
* wip * Update composer.json * Update composer.json Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com> * Update composer.json Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com> * Update ci.yml * Update composer.json * wip * wip * Update ci.yml * typehint -> type * Update phpstan.neon * Update composer.json * Update composer.json * wip * Update composer.json * Update composer.json * Update composer.json Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
1b1eca87c8
commit
263e0aa1cb
8 changed files with 98 additions and 56 deletions
|
|
@ -13,7 +13,7 @@ parameters:
|
|||
|
||||
ignoreErrors:
|
||||
-
|
||||
message: '#has no return typehint specified#'
|
||||
message: '#has no return type specified#'
|
||||
paths:
|
||||
- tests/*
|
||||
- src/GlossTranslator.php
|
||||
|
|
@ -22,11 +22,7 @@ parameters:
|
|||
paths:
|
||||
- tests/*
|
||||
-
|
||||
message: '#with no typehint specified#'
|
||||
paths:
|
||||
- src/GlossTranslator.php
|
||||
-
|
||||
message: '#of function str_replace expects#'
|
||||
message: '#with no type specified#'
|
||||
paths:
|
||||
- src/GlossTranslator.php
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue