Skip to content

Commit 7864871

Browse files
author
Bastian Schwarz
committed
Ignoring PossiblyNullFunctionCall. There's probably a way to solve this but not today and this is very unlikely to happen
1 parent ac04a64 commit 7864871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/functions/All.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function host(string ...$hostname) : Host|array {
7272
/**
7373
* We need to hack a little since ObjectProxy doesn't expose the contained objects
7474
*
75-
* @psalm-suppress PossiblyInvalidFunctionCall,InaccessibleProperty
75+
* @psalm-suppress PossiblyInvalidFunctionCall,InaccessibleProperty,PossiblyNullFunctionCall
7676
*/
7777
$hostOrHosts = array_values(
7878
array_filter(
@@ -113,7 +113,7 @@ public function localhost(string ...$hostname) : Localhost|array {
113113
/**
114114
* We need to hack a little since ObjectProxy doesn't expose the contained objects
115115
*
116-
* @psalm-suppress PossiblyInvalidFunctionCall,InaccessibleProperty
116+
* @psalm-suppress PossiblyInvalidFunctionCall,InaccessibleProperty,PossiblyNullFunctionCall
117117
*/
118118
$localhost = array_values(
119119
array_filter(

0 commit comments

Comments
 (0)