aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/ResultAugmentor.php
Commit message (Collapse)AuthorAgeFilesLines
* Replace "@stable for implementation" with "@stable to implement"daniel2020-07-131-1/+1
| | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: I17e5e92e24c708ffc846945a136347670a3a20c7
* Stability annotations for interfaces.daniel2020-07-071-0/+1
| | | | | | | | | Per the Stable Interface Policy, PHP interfaces should not be directly implemented by extensions, unless they are marked to be safe for that purpose. Bug: T247862 Change-Id: Idd5783b70fc00c03d57f5b1a887f0e47c4d7b146
* Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-1/+0
| | | | | | | | | This is a pure documentation change. It mostly removes empty lines from comments (and entirely empty comments), as well as adds a few missing documentation blocks and fixes a minor mistake. I hope it's ok to have this in one patch. I can split it, please tell me. Change-Id: I9668338602ac77b903ab6b02ff56bd52743c37c4
* Infrastructure for augmenting search resultsStanislav Malyshev2016-09-151-0/+14
Bug: T117493 Change-Id: Ia5413a7846cc961026a2dc3542b619493bc76a23