jcb-compiler/src/2528f2bb-6ebc-4d55-9a9d-23e.../code.power

25 lines
429 B
Plaintext

/**
* Model the first key
*
* @param string $key The first key to model
*
* @return string
* @since 3.2.0
*/
protected function firstKey(string $key): string
{
return $key;
}
/**
* Model the second key
*
* @param string $key The second key to model
*
* @return string
* @since 3.2.0
*/
protected function secondKey(string $key): string
{
return $key;
}