JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "CountryExtension.php"

Full Path: /home/palsarh/web/palsarh.in/public_html/vendor/fakerphp/faker/src/Faker/Extension/CountryExtension.php
File size: 258 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Faker\Extension;

/**
 * @experimental This interface is experimental and does not fall under our BC promise
 */
interface CountryExtension extends Extension
{
    /**
     * @example 'Japan'
     */
    public function country(): string;
}