Skip to content

Commit ae2e892

Browse files
committed
Fixed wrong annotation
1 parent fe22805 commit ae2e892

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Psr6Store.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -391,10 +391,7 @@ public function clear(): void
391391
$lock->release();
392392
}
393393
}
394-
395-
/**
396-
* @internal Do not use in public code, this is for unit testing purposes only
397-
*/
394+
398395
public function getCacheKey(Request $request): string
399396
{
400397
// Strip scheme to treat https and http the same

0 commit comments

Comments
 (0)