Skip to content

Commit bc09150

Browse files
committed
fix php sniff error
1 parent 8d2dfe0 commit bc09150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/TicketValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testExpiredTicket()
133133
* @param string $expectedSanitzedUrl The expected result
134134
* @return void
135135
*/
136-
public function testUrlSanitization(string $serviceUrl, string $expectedSanitzedUrl):void
136+
public function testUrlSanitization(string $serviceUrl, string $expectedSanitzedUrl): void
137137
{
138138
$this->assertEquals($expectedSanitzedUrl, TicketValidator::sanitize($serviceUrl));
139139
}

0 commit comments

Comments
 (0)