Skip to content

Zemit CI

Zemit CI #428

Triggered via schedule February 27, 2025 02:47
Status Failure
Total duration 2m 29s
Artifacts

main.yml

on: schedule
Matrix: setup
Matrix: code-sniffer
Matrix: php-security
Matrix: static-analysis
Matrix: unit-tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors
code-sniffer (8.3, highest): src/Models/Column.php#L41
Opening brace should be on a new line
code-sniffer (8.3, highest): src/Models/Column.php#L45
Opening brace should be on a new line
code-sniffer (8.3, highest): src/Models/Enums/ColumnType.php#L15
Opening brace of a enum must be on the line after the definition
code-sniffer (8.3, highest): src/Models/Enums/ColumnType.php#L44
Expected 1 newline at end of file; 0 found
code-sniffer (8.3, highest): src/Modules/Cli/Tasks/Traits/ScaffoldTrait.php#L311
Opening brace should be on a new line
code-sniffer (8.3, highest): src/Modules/Cli/Tasks/Traits/ScaffoldTrait.php#L316
Opening brace should be on a new line
code-sniffer (8.3, highest): src/Modules/Cli/Tasks/Traits/ScaffoldTrait.php#L321
Opening brace should be on a new line
code-sniffer (8.3, highest): src/Modules/Cli/Tasks/Traits/ScaffoldTrait.php#L326
Opening brace should be on a new line
code-sniffer (8.3, highest): src/Modules/Cli/Tasks/ScaffoldTask.php#L371
No space found after comma in argument list
code-sniffer (8.3, highest): src/Modules/Cli/Tasks/ScaffoldTask.php#L388
Function closing brace must go on the next line following the body; found 1 blank lines before brace
static-analysis (8.3, highest): src/Bootstrap/Config.php#L427
Array has 2 duplicate keys with value 'Zemit\\Provider\\Models\\ServiceProvider' (\Zemit\Provider\Models\ServiceProvider::class, \Zemit\Provider\Models\ServiceProvider::class).
static-analysis (8.3, highest): src/Db/Events/Logger.php#L40
Call to an undefined method Zemit\Identity\Manager::getSession().
static-analysis (8.3, highest): src/Identity/Manager.php#L179
Call to function assert() with true will always evaluate to true.
static-analysis (8.3, highest): src/Identity/Manager.php#L179
Instanceof between Zemit\Models\Interfaces\UserInterface and Zemit\Models\Interfaces\UserInterface will always evaluate to true.
static-analysis (8.3, highest): src/Identity/Manager.php#L187
Call to an undefined method Zemit\Models\Interfaces\UserInterface::checkToken().
static-analysis (8.3, highest): src/Identity/Manager.php#L201
Call to an undefined method Zemit\Models\Interfaces\UserInterface::setResetToken().
static-analysis (8.3, highest): src/Identity/Manager.php#L206
Call to an undefined method Zemit\Models\Interfaces\EmailInterface::setTemplateByIndex().
static-analysis (8.3, highest): src/Identity/Manager.php#L209
Call to method get() on an unknown class Phalcon\Url.
static-analysis (8.3, highest): src/Identity/Manager.php#L209
Call to method get() on an unknown class Phalcon\Url\UrlInterface.
static-analysis (8.3, highest): src/Identity/Manager.php#L217
Call to an undefined method Zemit\Models\Interfaces\EmailInterface::send().
php-security (8.3, highest)
Process completed with exit code 2.
unit-tests (8.3, highest)
Process completed with exit code 2.