Completed
Push — master ( 74ada8...5ae5b3 )
by Marco
07:11
created
src/Httprequest.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -444,7 +444,7 @@  discard block
 block discarded – undo
444 444
 
445 445
             $this->proxy_auth = $user;
446 446
 
447
-        } else $this->proxy_auth = NULL; 
447
+        } else $this->proxy_auth = null; 
448 448
 
449 449
         return $this;
450 450
 
@@ -458,7 +458,7 @@  discard block
 block discarded – undo
458 458
      *
459 459
      * @return  \Comodojo\Httprequest\Httprequest
460 460
      */
461
-    final public function setHeader($header, $value = NULL) {
461
+    final public function setHeader($header, $value = null) {
462 462
 
463 463
         $this->headers[$header] = $value;
464 464
 
Please login to merge, or discard this patch.