summaryrefslogtreecommitdiff
path: root/app/Soundex.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-3/+3
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-06Strict typesGreg Roach1-3/+3
2022-09-06CodeStyleGreg Roach1-0/+4
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18CodeStyleGreg Roach1-3411/+522
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-1/+1
2021-06-02Prefer https for links to documentationGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-4/+4
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-03-07Code style and testingGreg Roach1-12/+11
2019-01-04Use constant arrays instead of static variablesGreg Roach1-103/+99
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-10Simplify soundex codeGreg Roach1-2/+8
2018-10-08Feedback from scrutinizer-ciGreg Roach1-10/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-08-30PHPdocGreg Roach1-5/+5
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-07-16Use PSR2 code styleGreg Roach1-756/+3653
2018-04-02Strict typing errors in soundex codeGreg Roach1-7/+3
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-11-13Soundex.php - UTF8 encoding errorGreg Roach1-174/+174
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-174/+174
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-534/+534
2016-08-29Fix #1091 - make all TEXT columns LONGTEXT NOT NULLGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-2/+2
2015-09-13CodeStyleGreg Roach1-243/+243
2015-06-08PHPDocGreg Roach1-3/+6
2015-05-30Code styleGreg Roach1-480/+480
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-507/+507
2015-02-06Unused codeGreg Roach1-17/+0
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+814