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 697ba48 commit bf2a541Copy full SHA for bf2a541
tests/App/Logging/Statement3.php
@@ -19,6 +19,9 @@
19
use Doctrine\DBAL\ParameterType;
20
use Psr\Log\LoggerInterface;
21
22
+/**
23
+ * @legacy Support for doctrine/dbal v3
24
+ */
25
class Statement3 extends AbstractStatementMiddleware
26
{
27
/** @var array<int,mixed>|array<string,mixed> */
tests/App/Logging/Statement4.php
class Statement4 extends AbstractStatementMiddleware
0 commit comments