Skip to content

✨ Add event system for processing IpStrategy #100

✨ Add event system for processing IpStrategy

✨ Add event system for processing IpStrategy #100

Triggered via pull request September 26, 2023 22:04
@matyo91matyo91
synchronize #49
event
Status Failure
Total duration 3m 20s
Artifacts

ci.yaml

on: pull_request
Matrix: Check and fix coding styles using PHP CS Fixer
Matrix: Execute PHPStan analysis
Matrix: Launch PHPUnit test suite
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Check and fix coding styles using PHP CS Fixer (8.2)
Process completed with exit code 8.
Execute PHPStan analysis (8.2): src/Event/PopEvent.php#L12
Property Flow\Event\PopEvent::$ip with generic class Flow\Ip does not specify its types: T
Execute PHPStan analysis (8.2): src/Event/PopEvent.php#L14
Method Flow\Event\PopEvent::__construct() has parameter $ip with generic class Flow\Ip but does not specify its types: T
Execute PHPStan analysis (8.2): src/Event/PopEvent.php#L19
Method Flow\Event\PopEvent::getIp() return type with generic class Flow\Ip does not specify its types: T
Execute PHPStan analysis (8.2): src/Event/PushEvent.php#L12
Property Flow\Event\PushEvent::$ip with generic class Flow\Ip does not specify its types: T
Execute PHPStan analysis (8.2): src/Event/PushEvent.php#L14
Method Flow\Event\PushEvent::__construct() has parameter $ip with generic class Flow\Ip but does not specify its types: T
Execute PHPStan analysis (8.2): src/Event/PushEvent.php#L19
Method Flow\Event\PushEvent::getIp() return type with generic class Flow\Ip does not specify its types: T
Execute PHPStan analysis (8.2): src/IpStrategy/MaxIpStrategy.php#L15
Non-abstract class Flow\IpStrategy\MaxIpStrategy contains abstract method getSubscribedEvents() from interface Symfony\Component\EventDispatcher\EventSubscriberInterface.
Execute PHPStan analysis (8.2): src/IpStrategy/StackIpStrategy.php#L15
Non-abstract class Flow\IpStrategy\StackIpStrategy contains abstract method getSubscribedEvents() from interface Symfony\Component\EventDispatcher\EventSubscriberInterface.
Execute PHPStan analysis (8.2)
Process completed with exit code 1.
Launch PHPUnit test suite (8.2)
Process completed with exit code 255.