@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | // Append request to file if it already exists, using ### as separator |
85 | 85 | // which is understood by PhpStorm |
86 | 86 | if (file_exists($filename)) { |
87 | - $httpRequest = "\n\n### " . date(DATE_RFC822) . "\n\n" . $httpRequest; |
|
87 | + $httpRequest = "\n\n### " . date(DATE_RFC822) . "\n\n" . $httpRequest; |
|
88 | 88 | $flags = FILE_APPEND; |
89 | 89 | } |
90 | 90 | |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | // Append request to file if it already exists, using ### as separator |
151 | 151 | // which is understood by PhpStorm |
152 | 152 | if (file_exists($filename)) { |
153 | - $httpResponse = "\n\n### " . date(DATE_RFC822) . "\n\n" . $httpResponse; |
|
153 | + $httpResponse = "\n\n### " . date(DATE_RFC822) . "\n\n" . $httpResponse; |
|
154 | 154 | $flags = FILE_APPEND; |
155 | 155 | } |
156 | 156 |