Completed
Pull Request — master (#51)
by Damian
16:30
created
src/Log/SentryLogger.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -236,8 +236,7 @@
 block discarded – undo
236 236
 
237 237
         if (defined('TRUSTED_PROXY')) {
238 238
             $headers = (defined('SS_TRUSTED_PROXY_IP_HEADER')) ?
239
-                [SS_TRUSTED_PROXY_IP_HEADER] :
240
-                null;
239
+                [SS_TRUSTED_PROXY_IP_HEADER] : null;
241 240
 
242 241
             if (!$headers) {
243 242
                 // Backwards compatible defaults
Please login to merge, or discard this patch.