summaryrefslogtreecommitdiff
path: root/app/Report
AgeCommit message (Collapse)AuthorFilesLines
2025-01-16It's 2025. Update copyright date.Greg Roach28-28/+28
2025-01-04Remove unnecessary PHPDOCGreg Roach23-69/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach4-28/+28
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-02-26Fix some phpstan issuesGreg Roach2-2/+2
2024-01-13Avoid implicit type checksGreg Roach1-3/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-2/+1
2023-08-14Fix: #4864 - show married names on death reportGreg Roach1-0/+8
2023-07-14Remove unused codeGreg Roach1-2/+2
2023-07-06fix: messages (#4843)Alejandro Criado-Pérez10-17/+17
2023-03-29Consistent use of select/pluckGreg Roach1-1/+1
2023-03-20Fix phpstan issues in reportsGreg Roach8-124/+100
2023-03-16Apply fixes from StyleCI (#4787)Greg Roach1-1/+1
Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-01-25It's 2023Greg Roach28-28/+28
2023-01-25It's 2023Greg Roach28-28/+28
2023-01-04Fix some typos (found by codespell) (#4705)Stefan Weil2-3/+3
* Fix some typos (found by codespell) Signed-off-by: Stefan Weil <sw@weilnetz.de> * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates Signed-off-by: Stefan Weil <sw@weilnetz.de> Co-authored-by: Greg Roach <greg@subaqua.co.uk>
2022-11-30Remove scrutinizer annotationsGreg Roach1-5/+5
2022-11-27PHP 8.0 - resource -> XMLParserGreg Roach2-4/+4
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach4-44/+26
2022-09-06Code style - duplicated codeGreg Roach2-6/+3
2022-08-25CodeStyleGreg Roach1-1/+1
2022-07-04Strict typesGreg Roach1-4/+4
2022-06-20Fix: #4466 - missing linebreaks in report footnotesGreg Roach1-2/+4
2022-03-17CodeStyle - use new str_*() functionsGreg Roach1-34/+34
2022-03-17CodeStyle elseifGreg Roach1-10/+8
2022-03-16It is 2022 - update copyright datesGreg Roach28-28/+28
2022-03-13Dynamic method accessGreg Roach1-3/+2
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach6-44/+44
2022-03-13Missing importsGreg Roach1-0/+13
2022-03-13CodeStyle - prefer elseif to else ifGreg Roach3-31/+23
2022-03-13PHPdocGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+0
2022-02-21PHPdocGreg Roach3-4/+4
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach2-5/+4
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-12/+93
2022-02-06Strict typesGreg Roach1-8/+8
2022-02-05Add anotations for false-positives in scrutinizerGreg Roach1-5/+5
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-2/+2
2022-01-18Resources folder for modules should be an absolute URLGreg Roach1-1/+1
2021-12-16Remove unused importsGreg Roach1-2/+0
2021-11-21CodeStyleGreg Roach1-2/+2
2021-11-19Fix: pending deletions can break the changes reportGreg Roach1-7/+6
2021-11-05Move class to correct namespaceGreg Roach3-4/+1145
2021-11-05Move RTL report support functions to reports folder/namespaceGreg Roach2-4/+4
2021-10-29Remove unused importsGreg Roach1-1/+0
2021-10-29CodeStyle - whitespaceGreg Roach2-11/+5
2021-10-15Prefer object to stdClassGreg Roach1-3/+1
2021-10-14TypeHintsGreg Roach1-8/+8
2021-10-13Remove unused importsGreg Roach1-1/+0