Skip to content

WIP add atk4/mastercrud c893b74 #27246

WIP add atk4/mastercrud c893b74

WIP add atk4/mastercrud c893b74 #27246

Triggered via push October 24, 2023 10:34
Status Failure
Total duration 9m 3s
Artifacts

test-unit.yml

on: push
Matrix: Behat
Matrix: Smoke
Matrix: Unit
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Smoke (latest, CodingStyle)
Process completed with exit code 8.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/basic.php#L12
Variable $app might not be defined.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/basic.php#L13
Variable $app might not be defined.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/basic.php#L19
Variable $app might not be defined.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L17
Parameter #1 $defaults of class Atk4\Ui\App constructor expects array, string given.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L24
Access to an undefined property Atk4\Ui\AbstractView::$text.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L24
Parameter #1 $object of method Atk4\Ui\App::add() expects Atk4\Ui\AbstractView, array<int, string> given.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L50
Property Atk4\MasterCrud\Demo\Invoice::$title_field has no type specified.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L71
Property Atk4\MasterCrud\Demo\Line::$title_field has no type specified.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L73
Method Atk4\MasterCrud\Demo\Line::init() has no return type specified.
Smoke (latest, StaticAnalysis): mastercrud-develop/demos/init.php#L73
Return type mixed of method Atk4\MasterCrud\Demo\Line::init() is not covariant with return type void of method Atk4\Data\Model::init().