Completed
Pull Request — master (#20)
by Damian
01:28
created
src/Adaptor/RavenClient.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,7 @@
 block discarded – undo
117 117
     public function getLevel($level)
118 118
     {
119 119
         return isset($this->logLevels[$level]) ?
120
-            $this->logLevels[$level] :
121
-            $this->logLevels[self::$default_error_level];
120
+            $this->logLevels[$level] : $this->logLevels[self::$default_error_level];
122 121
     }
123 122
 
124 123
 }
Please login to merge, or discard this patch.