mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Fix code style
This commit is contained in:
parent
b9a401454d
commit
ce4e77fbb6
2 changed files with 24 additions and 22 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue