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:
parent
3efe271819
commit
422bd25f04
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user