Ignore:
Timestamp:
Nov 24, 2020, 10:58:56 AM (3 years ago)
Author:
chronos
Message:
  • Modified: More static types added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/EmailQueue/EmailQueue.php

    r887 r888  
    7878  }
    7979
    80   function AddItem($To, $Subject, $Content, $From, $AttachmentFileId = '')
     80  function AddItem(string $To, string $Subject, string $Content, string $From, string $AttachmentFileId = ''): void
    8181  {
    8282    $Values = array('To' => $To,
Note: See TracChangeset for help on using the changeset viewer.