Skip to content

Commit

Permalink
chore: autofix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 20, 2023
1 parent 4cca1ed commit 6162046
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Doctrine/DBAL/Driver/OCI8/DriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/**
* @internal
*
* @coversNothing
*/
final class DriverTest extends AbstractTestCase
Expand Down
1 change: 1 addition & 0 deletions tests/Doctrine/DBAL/Driver/OCI8/OCI8ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/**
* @internal
*
* @coversNothing
*/
final class OCI8ConnectionTest extends AbstractTestCase
Expand Down
1 change: 1 addition & 0 deletions tests/Doctrine/DBAL/Driver/OCI8/OCI8StatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/**
* @internal
*
* @coversNothing
*/
final class OCI8StatementTest extends AbstractTestCase
Expand Down
1 change: 1 addition & 0 deletions tests/Doctrine/DBAL/Driver/OCI8/OCI8Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

/**
* @internal
*
* @coversNothing
*/
final class OCI8Test extends AbstractTestCase
Expand Down

0 comments on commit 6162046

Please sign in to comment.