mediawiki-extensions-Templa.../.phan/stubs/eventlogging.php

14 lines
218 B
PHP
Raw Normal View History

<?php
namespace MediaWiki\Extension\EventLogging;
class EventLogging {
/**
* @param string $streamName
* @param array $event
*/
public static function submit( string $streamName, array $event ): void {
}
}