Completed
Push — master ( 8e332f...781518 )
by Rémi
07:18
created
src/Command/TransactionalCommandBus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      */
110 110
     private function checkTransactionIsRunning()
111 111
     {
112
-        if (! $this->isTransactionRunning()) {
112
+        if (!$this->isTransactionRunning()) {
113 113
             throw new NoRunningTransactionException();
114 114
         }
115 115
     }
Please login to merge, or discard this patch.