Passed
Push — master ( fc0fb4...92045a )
by Javier
09:54
created
src/BusUndoable.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
             return $this->topCommandHistory()[0];
68 68
 
69
-        }catch (CommandHistoryWasEmptiedException $exception){}
69
+        } catch (CommandHistoryWasEmptiedException $exception){}
70 70
     }
71 71
 
72 72
     private function popCommandHistory()
Please login to merge, or discard this patch.