jcb-compiler/src/e046b530-47fe-406f-b45a-b5eec8cbb238/code.power
2023-10-04 20:28:29 +02:00

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;
}