aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/MagicWord.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Fix some spelling errorsTim Starling2024-03-181-1/+1
* parser: deprecate unused MagicWord::getId, improve docs and testsTimo Tijhof2023-10-261-29/+54
* parser: Use more specific exceptions in MagicWord classesthiemowmde2023-10-251-3/+2
* parser: Add strict type constraints to MagicWord… classesthiemowmde2023-10-161-17/+16
* Remove meaningless /** #@- */ commentsthiemowmde2023-10-151-3/+0
* Don't cache trivial strings in the MagicWord classthiemowmde2023-10-061-52/+13
* MagicWord: Make use of native count feature in preg_replacethiemowmde2023-10-051-46/+5
* Remove unused public methods from MagicWord & MagicWordArraythiemowmde2023-10-041-108/+0
* Remove meaningless "brionmademeputthishere" from MagicWord classthiemowmde2023-10-031-1/+0
* Remove MagicWord::addToArray without deprecationthiemowmde2023-10-011-13/+0
* Follow-up a1b4699: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-281-0/+3
* Fix incomplete/broken ParserFactoryTest & ParserTestthiemowmde2023-07-281-1/+1
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+472