mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 10:45:35 +02:00
Fix code style
This commit is contained in:
parent
a01217ef79
commit
a6a0af0670
7 changed files with 30 additions and 32 deletions
|
@ -14,5 +14,4 @@ namespace Friendica\Addon\Event;
|
|||
*/
|
||||
final class AddonInstallEvent
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -14,5 +14,4 @@ namespace Friendica\Addon\Event;
|
|||
*/
|
||||
final class AddonUninstallEvent
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
@ -102,7 +102,7 @@ class HookEventBridgeTest extends TestCase
|
|||
$reflectionProperty = new \ReflectionProperty(HookEventBridge::class, 'mockedCallHook');
|
||||
$reflectionProperty->setAccessible(true);
|
||||
|
||||
$reflectionProperty->setValue(null, function (string $name, $data) use($expected) {
|
||||
$reflectionProperty->setValue(null, function (string $name, $data) use ($expected) {
|
||||
$this->assertSame($expected, $name);
|
||||
$this->assertSame('original', $data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue