public function modUser(array $user): array { return $user; }
スカラー
オブジェクト
function sum(int $a, int $b): ?int { return $a + $b; }