Skip to content

Commit 879c30f

Browse files
committed
Fix overlooked coding style violations
1 parent e874fe6 commit 879c30f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/system/CodeIgniterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ public function testPageCacheSendSecureHeaders()
626626

627627
/**
628628
* @param array|bool $cacheQueryStringValue
629+
*
629630
* @dataProvider cacheQueryStringProvider
630631
*
631632
* @see https://github.com/codeigniter4/CodeIgniter4/pull/6410
@@ -655,7 +656,7 @@ public function testPageCacheWithCacheQueryString($cacheQueryStringValue, int $e
655656
$routes->add($testingUrl, static function () {
656657
CodeIgniter::cache(0); // Dont cache the page in the run() function because CodeIgniter class will create default $cacheConfig and overwrite settings from the dataProvider
657658
$response = Services::response();
658-
$string = 'This is a test page, to check cache configuration';
659+
$string = 'This is a test page, to check cache configuration';
659660

660661
return $response->setBody($string);
661662
});

0 commit comments

Comments
 (0)