File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments