Skip to content

Commit

Permalink
Add PHP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Nov 22, 2024
1 parent 697ba48 commit bf2a541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/App/Logging/Statement3.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
use Doctrine\DBAL\ParameterType;
use Psr\Log\LoggerInterface;

/**
* @legacy Support for doctrine/dbal v3
*/
class Statement3 extends AbstractStatementMiddleware
{
/** @var array<int,mixed>|array<string,mixed> */
Expand Down
3 changes: 3 additions & 0 deletions tests/App/Logging/Statement4.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
use Doctrine\DBAL\ParameterType;
use Psr\Log\LoggerInterface;

/**
* @legacy Support for doctrine/dbal v3
*/
class Statement4 extends AbstractStatementMiddleware
{
/** @var array<int,mixed>|array<string,mixed> */
Expand Down

0 comments on commit bf2a541

Please sign in to comment.