Fix code style

This commit is contained in:
Art4 2025-02-14 12:15:17 +00:00
parent b9a401454d
commit ce4e77fbb6
2 changed files with 24 additions and 22 deletions

View file

@ -164,7 +164,7 @@ class HookEventBridgeTest extends TestCase
$reflectionProperty = new \ReflectionProperty(HookEventBridge::class, 'mockedCallHook');
$reflectionProperty->setAccessible(true);
$reflectionProperty->setValue(null, function (string $name, $data): string {
$reflectionProperty->setValue(null, function (string $name, string $data): string {
$this->assertSame('oembed_fetch_url', $name);
$this->assertSame('original_url', $data);