Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Make a string uppercase
<?php strtoupper(string $string): string
<?php             $attributes[] = $invoiceVariationType instanceof InvoiceVariationType ? $invoiceVariationType->value : $invoiceVariationType;

        }

        

        return strtoupper(sha1(implode('-', $attributes)));

    }
<?php     public function definition(): array

    {

        return [

            'series' => strtoupper(fake()->bothify('??')),

            'aa' => fake()->randomNumber(2),

            'issueDate' => fake()->dateTimeThisMonth()->format('Y-m-d'),

            'invoiceType' => fake()->randomElement(InvoiceType::cases()),
<?php     {

        return [

            'index' => 1,

            'invoiceUid' => strtoupper(fake()->sha1()),

            'authenticationCode' => strtoupper(fake()->sha1()),

            'invoiceMark' => fake()->numerify("900000#########"),

            'paymentMethodMark' => fake()->numerify("900000#########"),
<?php         return [

            'index' => 1,

            'invoiceUid' => strtoupper(fake()->sha1()),

            'authenticationCode' => strtoupper(fake()->sha1()),

            'invoiceMark' => fake()->numerify("900000#########"),

            'paymentMethodMark' => fake()->numerify("900000#########"),

            'qrUrl' => fake()->url(),
<?php     public function definition(): array

    {

        return [

            'vehicleNumber' => strtoupper(fake()->bothify("??? ####")),

        ];

    }

}