Completed
Push — master ( 810a67...277089 )
by Markus
03:03
created
src/ZendSentry/ZendSentry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @param $ravenErrorHandler
76
+     * @param null|RavenErrorHandler $ravenErrorHandler
77 77
      */
78 78
     private function setOrLoadRavenErrorHandler($ravenErrorHandler)
79 79
     {
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.