Skip to content

Commit a2e9394

Browse files
author
joseph
committed
including mixed in type hint for stan reasons
1 parent a88911b commit a2e9394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Psr4Validator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ public function __construct(RecursiveIteratorIterator $iterator)
179179
}
180180

181181
/**
182-
* @param SplFileInfo $item1
183-
* @param SplFileInfo $item2
182+
* @param SplFileInfo|mixed $item1
183+
* @param SplFileInfo|mixed $item2
184184
*
185185
* @return int
186186
*

0 commit comments

Comments
 (0)