Skip to content

Commit ecd4712

Browse files
committed
Improve docs for protected method
1 parent b4a9212 commit ecd4712

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/MinFraud/ServiceClient.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ protected function maybeThrowInvalidInputException(string $msg): void
6868
}
6969

7070
/**
71-
* @param array<string, mixed> $array
72-
* @param list<string> $types
71+
* @ignore
72+
*
73+
* @param array<string, mixed> $array the parent array
74+
* @param string $key the key to remove
75+
* @param list<string> $types the expected types
7376
*/
7477
protected function remove(array &$array, string $key, array $types = ['string']): mixed
7578
{

0 commit comments

Comments
 (0)