PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
facade
/
ignition
/
src
/
Commands
/
stubs
<?php namespace DummyNamespace; use Facade\IgnitionContracts\Solution; class DummyClass implements Solution { public function getSolutionTitle(): string { return ''; } public function getSolutionDescription(): string { return ''; } public function getDocumentationLinks(): array { return []; } }
[-] runnable-solution.stub
[edit]
[-] solution.stub
[edit]
[+]
..
[-] solution-provider.stub
[edit]