Skip to content

Using Doctrine LifecycleCallbacks #645

Using Doctrine LifecycleCallbacks

Using Doctrine LifecycleCallbacks #645

Triggered via pull request October 21, 2023 04:43
@MecanikMecanik
synchronize #1439
Mecanik:main
Status Failure
Total duration 53s
Artifacts

lint.yaml

on: pull_request
PHP-CS-Fixer
10s
PHP-CS-Fixer
Matrix: Linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Linters (8.1): src/Entity/Comment.php#L60
Property App\Entity\Comment::$createdAt has no type specified.
Linters (8.1): src/Entity/Comment.php#L63
Property App\Entity\Comment::$updatedAt has no type specified.
Linters (8.1): src/Entity/Comment.php#L147
Method App\Entity\Comment::onPrePersist() has no return type specified.
Linters (8.1): src/Entity/Comment.php#L155
Method App\Entity\Comment::onPreUpdate() has no return type specified.
Linters (8.1): src/Entity/Post.php#L90
Property App\Entity\Post::$createdAt has no type specified.
Linters (8.1): src/Entity/Post.php#L93
Property App\Entity\Post::$updatedAt has no type specified.
Linters (8.1): src/Entity/Post.php#L234
Method App\Entity\Post::onPrePersist() has no return type specified.
Linters (8.1): src/Entity/Post.php#L242
Method App\Entity\Post::onPreUpdate() has no return type specified.
Linters (8.1): src/Entity/Tag.php#L42
Property App\Entity\Tag::$createdAt has no type specified.
Linters (8.1): src/Entity/Tag.php#L45
Property App\Entity\Tag::$updatedAt has no type specified.