Completed
Pull Request — master (#1)
by Daniel
15:18 queued 11:09
created
Tests/Transport/PubSub/SubscriberBuilderTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     {
46 46
         $subscriberBuilder = new SubscriberBuilder(
47 47
             'test_exchange',
48
-             ExchangeType::FANOUT,
48
+                ExchangeType::FANOUT,
49 49
             $this->getConnectionManagerMock(),
50 50
             $this->getLoggerMock(),
51 51
             []
Please login to merge, or discard this patch.