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

File "solution-provider.stub"

Full Path: /var/www/lionsclub/core/vendor/facade/ignition/src/Commands/stubs/solution-provider.stub
File size: 292 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace DummyNamespace;

use Facade\IgnitionContracts\HasSolutionsForThrowable;

class DummyClass implements HasSolutionsForThrowable
{
    public function canSolve(): bool
    {
        return false;
    }

    public function getSolutions(): array
    {
        return [];
    }
}