We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bd2ec commit 39432c6Copy full SHA for 39432c6
Source/Prefill.php
@@ -5,7 +5,6 @@ final class Prefill extends \Df\Config\Source {
5
/**
6
* 2016-05-10
7
* @used-by \Dfe\CheckoutCom\Settings::prefill()
8
- * @param string $k
9
* @return array(string => string)|null
10
*/
11
function config(string $k):array {return dfa(df_module_json($this, 'test-card-data'), $k);}
0 commit comments