-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5ba5dd
commit 5a6b1a7
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
/** | ||
* 2016-11-25 | ||
* @used-by \Df\Config\Source\SizeUnit::map() | ||
* @used-by \Dfe\AmazonLogin\Source\Button\Native\Size::map() | ||
* @used-by \Dfe\CheckoutCom\Source\Prefill::map() | ||
* @used-by \Dfe\FacebookLogin\Source\Button\Size::map() | ||
* @used-by \Dfe\ZohoCRM\Source\Domain::map() | ||
* @used-by \KingPalm\B2B\Source\Type::map() | ||
* @used-by df_a_to_options() | ||
* @param string|int|int[]|string[] ...$a | ||
* @return array(int|string => int|string) | ||
*/ | ||
function dfa_combine_self(...$a):array {$a = df_args($a); return array_combine($a, $a);} |