forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Services/Mail & Services/Contact/classes added strict types, return t…
…ypes declarations, type hints, type properties Contact/classes added strict types #2 Contact/classes added strict types #3 Mail/Address added strict types Contact/classes Type Properties mail added strict types Services/Mail/classes addded strict types Services/Mail/classes added strict types + Services/Contact/ template type fix Services/Mail/classes added strict types 2 Services/Mail/classes added strict types 3 Services/Mail/classes added strict types 4 Services/Mail/classes added strict types 5 Services/Mail/classes added strict types 6 reverted changes to switch statements revert unwanted changes bugifx mixed default typ
- Loading branch information
Showing
131 changed files
with
1,598 additions
and
2,545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ | |
* @author Ingmar Szmais <[email protected]> | ||
* @author Michael Jansen <[email protected]> | ||
*/ | ||
class ContactNotificationProvider extends AbstractNotificationProvider implements NotificationProvider | ||
class ContactNotificationProvider extends AbstractNotificationProvider | ||
{ | ||
const MUTED_UNTIL_PREFERENCE_KEY = 'bs_nc_muted_until'; | ||
public const MUTED_UNTIL_PREFERENCE_KEY = 'bs_nc_muted_until'; | ||
|
||
/** | ||
* @param string $id | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.