Ver Fonte

Clean reset

Joanhey há 6 anos atrás
pai
commit
daaae3287e
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Protocols/Http.php

+ 2 - 2
Protocols/Http.php

@@ -689,8 +689,8 @@ class HttpCache
 
     public static function reset()
     {
-        self::$status = 'HTTP/1.1 200 OK';
-        self::$header = self::$default;
+        self::$status   = 'HTTP/1.1 200 OK';
+        self::$header   = self::$default;
         self::$cookie   = array();
         self::$instance = new HttpCache();
     }