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

File "Composer.php"

Full Path: /var/www/laravel_filter/vendor/spatie/error-solutions/src/Support/Laravel/Composer/Composer.php
File size: 341 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\ErrorSolutions\Support\Laravel\Composer;

interface Composer
{
    /** @return array<string, mixed> */
    public function getClassMap(): array;

    /** @return array<string, mixed> */
    public function getPrefixes(): array;

    /** @return array<string, mixed> */
    public function getPrefixesPsr4(): array;
}