<?PHP
declare(strict_types = 1);
$loan_types = array (
  'outgoing' => 'Kimenő',
  'incoming' => 'Bejövő',
);