Lots of ux fixes, simplify edition, add validation, init shelves #25
Annotations
7 errors
symfony-tests:
src/Entity/Book.php#L108
Property App\Entity\Book::$shelves with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
symfony-tests:
src/Entity/Shelf.php#L27
Property App\Entity\Shelf::$books with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
symfony-tests:
src/Entity/User.php#L49
Property App\Entity\User::$shelves with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
symfony-tests:
src/Entity/User.php#L208
Parameter #1 $user of method App\Entity\Shelf::setUser() expects App\Entity\User, null given.
|
symfony-tests:
src/Twig/InlineEditGroup.php#L22
Property App\Twig\InlineEditGroup::$item type has no value type specified in iterable type array.
|
symfony-tests:
src/Twig/InlineEditGroup.php#L27
Property App\Twig\InlineEditGroup::$original type has no value type specified in iterable type array.
|
symfony-tests
Process completed with exit code 1.
|