Skip to content

Commit deb6d57

Browse files
committed
cs fix
1 parent 7ffc550 commit deb6d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SignedUrlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function testSignWithOverwritenExpirationFromConfig(): void
187187
public function testVerifyWithIndexPage(): void
188188
{
189189
$this->config->indexPage = 'index.php';
190-
$_SERVER['SCRIPT_NAME'] = '/index.php';
190+
$_SERVER['SCRIPT_NAME'] = '/index.php';
191191

192192
$_SERVER['REQUEST_URI'] = '/path?query=string&signature=joVnKjlHYIeuLtyUW5SnQ-US2FPkWkykZnSmf2D_RZY';
193193

0 commit comments

Comments
 (0)