1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Maybe fix indentation

This commit is contained in:
Matthew Brown 2020-02-13 19:33:47 -05:00 committed by GitHub
parent 3efe271819
commit 422bd25f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1113,7 +1113,8 @@ class FunctionCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expressio
$codebase,
$first_arg_type,
new Type\Union([new Type\Atomic\TLowercaseString()])
)) {
)
) {
if ($first_arg_type->from_docblock) {
if (IssueBuffer::accepts(
new \Psalm\Issue\RedundantConditionGivenDocblockType(