aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/EventDispatcher/GenericEvent.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-0/+2
| | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Deprecate the GenericEvent wrapperChristoph Wurst2021-02-101-0/+17
| | | | | | | | | This class is a convenience type to replace the old Symfony GenericEvent with our own type, to ease the transition from Symfony events to our (PSR) events. Hence we can deprecate the class as precaution to smoothen the next transition step in the future. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add Nextcloud specific GenericEvent implementationArthur Schiwon2019-11-261-0/+169
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>