Completed
Pull Request — master (#13)
by Austin
02:04
created
src/SecurityTxtHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
 
207 207
         if ($this->writer->getDebug()) {
208 208
             $text .= '# Cache is '.($this->cache ? 'enabled with key "'.$this->cacheKey.'"' : 'disabled').'.'.PHP_EOL.
209
-                     '#'.PHP_EOL;
209
+                        '#'.PHP_EOL;
210 210
         }
211 211
 
212 212
         if ($this->cache) {
Please login to merge, or discard this patch.
src/routes/security-txt.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * @version     v0.4.0
7 7
  */
8 8
 Route::get('/.well-known/security.txt', '\AustinHeap\Security\Txt\SecurityTxtController@show')
9
-     ->name('security.txt');
9
+        ->name('security.txt');
10 10
 
11 11
 Route::get('/security.txt', '\AustinHeap\Security\Txt\SecurityTxtController@redirect')
12
-     ->name('security.txt-redirect');
12
+        ->name('security.txt-redirect');
Please login to merge, or discard this patch.