Skip to content

add: working on menu #29

add: working on menu

add: working on menu #29

Triggered via push October 28, 2024 21:07
Status Failure
Total duration 27s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test (8.3): app/Http/Controllers/ArticleController.php#L15
Method App\Http\Controllers\ArticleController::index() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L23
Method App\Http\Controllers\ArticleController::create() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L28
Method App\Http\Controllers\ArticleController::store() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L38
Method App\Http\Controllers\ArticleController::edit() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L45
Method App\Http\Controllers\ArticleController::update() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L53
Method App\Http\Controllers\ArticleController::destroy() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L60
Method App\Http\Controllers\ArticleController::publish() has no return type specified.
test (8.3): app/Http/Controllers/ArticleController.php#L72
PHPDoc tag @var contains unknown class App\Http\Controllers\PublisherContract.
test (8.3): app/Http/Controllers/ArticleController.php#L73
Call to method setData() on an unknown class App\Http\Controllers\PublisherContract.
test (8.3): app/Http/Controllers/PublisherController.php#L18
Method App\Http\Controllers\PublisherController::index() has no return type specified.