Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trivial 1-line PHPDocs that just repeat the code | thiemowmde | 2025-01-16 | 1 | -8/+0 |
| | | | | | | | | | | | | | I assume these are all either auto-generated by an IDE or the language-level type declarations have been added later. In any case the comments don't add any new information to what the code already says. This is just extra clutter that makes the code harder to read, I would argue. There are many, many more comments like this. In this patch I intentionally focus on the most trivial 1-line comments. Change-Id: Ia294bf4ce0d8a77036842fe25884bc175c2b0e7d | ||||
* | Move Content::prepareSave to ContentHandler | Roman Stolar | 2021-11-11 | 1 | -0/+51 |
Update method name in ContentHandler, soft-deprecate method on Content. This will require making a semi-backwards-incompatible change no matter what, we don't really have a great way of hard-deprecating overriding methods. Replace all callers of Content::prepareSave in core. Add tests for ContentHandler::validateSave. Bug: T287159 Change-Id: I7f23e6e97b1c7d27a6aaefdb88b19b2fc6e8b3a8 |