Refactor Igniter class to facade #49
pipeline.yml
on: push
Annotations
21 errors and 3 warnings
php-tests (8.2) / PHP Tests :
src/Admin/Classes/RouteRegistrar.php#L31
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::adminUri().
|
php-tests (8.2) / PHP Tests :
src/Admin/Classes/RouteRegistrar.php#L43
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::adminUri().
|
php-tests (8.2) / PHP Tests :
src/Admin/Classes/RouteRegistrar.php#L54
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::controllerPath().
|
php-tests (8.2) / PHP Tests :
src/Admin/Helpers/AdminHelper.php#L26
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::adminUri().
|
php-tests (8.2) / PHP Tests :
src/Admin/Providers/FormServiceProvider.php#L14
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.2) / PHP Tests :
src/Admin/Providers/MenuItemServiceProvider.php#L15
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.2) / PHP Tests :
src/Admin/ServiceProvider.php#L44
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::loadControllersFrom().
|
php-tests (8.2) / PHP Tests :
src/Admin/ServiceProvider.php#L51
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.2) / PHP Tests :
src/Admin/Traits/ValidatesForm.php (in context of class Igniter/Admin/Classes/AdminController)#L102
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.2) / PHP Tests :
src/Admin/Traits/ValidatesForm.php (in context of class Igniter/Admin/FormWidgets/Connector)#L102
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.3) / PHP Tests
FailFast: cancelling since parallel instance has failed
|
php-tests (8.3) / PHP Tests :
src/Admin/Classes/RouteRegistrar.php#L31
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::adminUri().
|
php-tests (8.3) / PHP Tests :
src/Admin/Classes/RouteRegistrar.php#L43
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::adminUri().
|
php-tests (8.3) / PHP Tests :
src/Admin/Classes/RouteRegistrar.php#L54
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::controllerPath().
|
php-tests (8.3) / PHP Tests :
src/Admin/Helpers/AdminHelper.php#L26
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::adminUri().
|
php-tests (8.3) / PHP Tests :
src/Admin/Providers/FormServiceProvider.php#L14
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.3) / PHP Tests :
src/Admin/Providers/MenuItemServiceProvider.php#L15
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.3) / PHP Tests :
src/Admin/ServiceProvider.php#L44
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::loadControllersFrom().
|
php-tests (8.3) / PHP Tests :
src/Admin/ServiceProvider.php#L51
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.3) / PHP Tests :
src/Admin/Traits/ValidatesForm.php (in context of class Igniter/Admin/Classes/AdminController)#L102
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
php-tests (8.3) / PHP Tests :
src/Admin/Traits/ValidatesForm.php (in context of class Igniter/Admin/FormWidgets/Connector)#L102
Call to an undefined static method Igniter\Flame\Support\Facades\Igniter::runningInAdmin().
|
build-assets / Build Assets
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
php-lint / PHP Linting (Pint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
php-tests (8.2) / PHP Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|