We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2dfe0 commit bc09150Copy full SHA for bc09150
1 file changed
tests/lib/TicketValidatorTest.php
@@ -133,7 +133,7 @@ public function testExpiredTicket()
133
* @param string $expectedSanitzedUrl The expected result
134
* @return void
135
*/
136
- public function testUrlSanitization(string $serviceUrl, string $expectedSanitzedUrl):void
+ public function testUrlSanitization(string $serviceUrl, string $expectedSanitzedUrl): void
137
{
138
$this->assertEquals($expectedSanitzedUrl, TicketValidator::sanitize($serviceUrl));
139
}
0 commit comments