build: add rector #317
Annotations
11 errors
|
Run phpstan:
packages/domain-event-outbox/src/DependencyInjection/CompilerPass/OutboxEntityPass.php#L35
Variable $id in PHPDoc tag @var does not match any variable in the foreach loop: $name
|
Run phpstan:
packages/domain-event-outbox/src/Entity/OutboxMessage.php#L34
Property Rekalogika\DomainEvent\Outbox\Entity\OutboxMessage::$id (int|null) is never assigned int so it can be removed from the property type.
|
Run phpstan:
tests/Framework/Repository/BookRepository.php#L29
Class Rekalogika\DomainEvent\Tests\Framework\Repository\BookRepository has PHPDoc tag @method for method findBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/BookRepository.php#L29
Class Rekalogika\DomainEvent\Tests\Framework\Repository\BookRepository has PHPDoc tag @method for method findBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/BookRepository.php#L29
Class Rekalogika\DomainEvent\Tests\Framework\Repository\BookRepository has PHPDoc tag @method for method findOneBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/BookRepository.php#L29
Class Rekalogika\DomainEvent\Tests\Framework\Repository\BookRepository has PHPDoc tag @method for method findOneBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/ReviewRepository.php#L28
Class Rekalogika\DomainEvent\Tests\Framework\Repository\ReviewRepository has PHPDoc tag @method for method findBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/ReviewRepository.php#L28
Class Rekalogika\DomainEvent\Tests\Framework\Repository\ReviewRepository has PHPDoc tag @method for method findBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/ReviewRepository.php#L28
Class Rekalogika\DomainEvent\Tests\Framework\Repository\ReviewRepository has PHPDoc tag @method for method findOneBy() parameter #1 $criteria with no value type specified in iterable type array.
|
Run phpstan:
tests/Framework/Repository/ReviewRepository.php#L28
Class Rekalogika\DomainEvent\Tests\Framework\Repository\ReviewRepository has PHPDoc tag @method for method findOneBy() parameter #2 $orderBy with no value type specified in iterable type array.
|
Loading