|
@@ -47,7 +47,7 @@ |
|
|
block discarded – undo |
|
47
|
47
|
* ``` |
|
48
|
48
|
* |
|
49
|
49
|
* @param array $data The input data to cover given sensitive key values. `['username' => 'foo', 'password' => 'bar']`. |
|
50
|
|
- * @param array $key The keys which can contain sensitive data inside the $data array. `['password', 'pwd', 'pass']`. |
|
|
50
|
+ * @param array $keys The keys which can contain sensitive data inside the $data array. `['password', 'pwd', 'pass']`. |
|
51
|
51
|
* @since 1.0.6 |
|
52
|
52
|
*/ |
|
53
|
53
|
public static function coverSensitiveValues(array $data, array $keys) |
Please login to merge, or discard this patch.