Formatting fix

This commit is contained in:
Matej Bačo
2025-09-12 20:37:46 +02:00
parent e508f049bf
commit cf0838d75b
@@ -540,7 +540,7 @@ class ProxyCustomServerTest extends Scope
$this->assertEquals(0, $rules['body']['total']);
$this->assertCount(0, $rules['body']['rules']);
}
public function testRuleVerification(): void
{
// TODO: Implement