Skip to content

Commit

Permalink
Add @PhpCsFixer but disable method_chaining_indentation and `mult…
Browse files Browse the repository at this point in the history
…iline_whitespace_before_semicolons` because they hurd readability
  • Loading branch information
cmodijk committed Dec 13, 2020
1 parent cdb7a0e commit ff9da0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/MessageBus/WrapsMessageHandlingInTransactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
use SimpleBus\DoctrineDBALBridge\MessageBus\WrapsMessageHandlingInTransaction;
use Throwable;

/**
* @internal
* @coversNothing
*/
class WrapsMessageHandlingInTransactionTest extends TestCase
{
/**
Expand Down
1 change: 1 addition & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
foreach ([__DIR__.'/../vendor/autoload.php', __DIR__.'/../../../vendor/autoload.php'] as $file) {
if (file_exists($file)) {
require $file;

break;
}
}

0 comments on commit ff9da0d

Please sign in to comment.