Skip to content

Commit 41acf11

Browse files
committed
CS: Single line comments should use double slashes (//) and not hash (#).
1 parent 381c440 commit 41acf11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/HttpCache/HttpCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ public function testFetchesFullResponseWhenCacheStaleAndNoValidatorsPresent()
716716
$this->assertTraceContains('store');
717717
$this->assertEquals('Hello World', $this->response->getContent());
718718

719-
# go in and play around with the cached metadata directly ...
719+
// go in and play around with the cached metadata directly ...
720720
$values = $this->getMetaStorageValues();
721721
$this->assertCount(1, $values);
722722
$tmp = unserialize($values[0]);

0 commit comments

Comments
 (0)