We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca04880 commit 104b0ecCopy full SHA for 104b0ec
Transport/BeanstalkdTransportFactory.php
@@ -29,6 +29,6 @@ public function createTransport(string $dsn, array $options, SerializerInterface
29
30
public function supports(string $dsn, array $options): bool
31
{
32
- return 0 === strpos($dsn, 'beanstalkd://');
+ return str_starts_with($dsn, 'beanstalkd://');
33
}
34
0 commit comments