aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/RichObjectStrings
Commit message (Collapse)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Validate all rich objects not only the used onesJoas Schilling2018-11-231-2/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add test and adjust PHP function argumentsLukas Reschke2016-11-091-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use a php class for the definitions to avoid loading problemsJoas Schilling2016-11-091-8/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add Rich Object Definitions and a validatorJoas Schilling2016-10-201-0/+108
Signed-off-by: Joas Schilling <coding@schilljs.com>