Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

7 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -83,7 +83,7 @@ class FolderShareScheduledTaskHandler implements EventSubscriberInterface {
*
* @see ::onTerminate()
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
KernelEvents::TERMINATE => [
[
Loading