Completed
Push — master ( 810a67...277089 )
by Markus
03:03
created
src/ZendSentry/ZendSentry.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,7 @@
 block discarded – undo
79 79
     {
80 80
         if ($ravenErrorHandler !== null) {
81 81
             $this->ravenErrorHandler = $ravenErrorHandler;
82
-        }
83
-        else {
82
+        } else {
84 83
             $this->ravenErrorHandler = new RavenErrorHandler($this->ravenClient);
85 84
         }
86 85
     }
Please login to merge, or discard this patch.
src/ZendSentry/Mvc/View/Console/ExceptionStrategy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
         return $this;
134 134
     }
135 135
 
136
-	/**
136
+    /**
137 137
      * Set template for message that will be shown in Console.
138 138
      * The message can be a string (template) or a callable (i.e. a closure).
139 139
      *
Please login to merge, or discard this patch.