Skip to content

Commit 866a6b5

Browse files
Add type annotation
1 parent bac208a commit 866a6b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Filter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ public function getWhitelistedFiles(): array
160160

161161
/**
162162
* Sets the whitelisted files.
163+
*
164+
* @psalm-param array<string,true> $whitelistedFiles
163165
*/
164166
public function setWhitelistedFiles(array $whitelistedFiles): void
165167
{

0 commit comments

Comments
 (0)