src/Bolt/ProtocolFactory.php
Consider simplifying this complex logical expression. Open
Open
if (!($protocol instanceof V4_4 || $protocol instanceof V5 || $protocol instanceof V5_1 || $protocol instanceof V5_2 || $protocol instanceof V5_3 || $protocol instanceof V5_4)) {
throw new RuntimeException('Client only supports bolt version 4.4 and ^5.0');
}
- Create a ticketCreate a ticket