Skip to content

Commit

Permalink
PHP 8.3 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Feb 1, 2024
1 parent 7feab67 commit 04f9858
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/Adapter/Driver/Pdo/Mysql/AdapterTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

trait AdapterTrait
{
/**

Check failure on line 11 in test/integration/Adapter/Driver/Pdo/Mysql/AdapterTrait.php

View workflow job for this annotation

GitHub Actions / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Found multi-line comment for property \LaminasIntegrationTest\Db\Adapter\Driver\Pdo\Mysql\AdapterTrait::$adapter with single line content, use one-line comment instead.
* @var Adapter
*/
protected $adapter;

protected function setUp(): void
{
if (! getenv('TESTS_LAMINAS_DB_ADAPTER_DRIVER_MYSQL')) {
Expand Down

0 comments on commit 04f9858

Please sign in to comment.