Completed
Push — master ( bddf64...3d2dea )
by Basil
04:40
created
core/helpers/ArrayHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.