summaryrefslogtreecommitdiff
path: root/app/Family.php
AgeCommit message (Expand)AuthorFilesLines
2019-03-08TypeGreg Roach1-2/+6
2019-03-08Strict types and code reviewGreg Roach1-1/+3
2019-03-07Code style and testingGreg Roach1-8/+8
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-2/+4
2019-02-16Use Collection classGreg Roach1-11/+17
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-12/+12
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+3
2019-01-10Apply fixes from StyleCI (#2113)Greg Roach1-2/+1
2019-01-10Use closures as callbacks for sortingGreg Roach1-13/+13
2019-01-08Use closures to DRY up codeGreg Roach1-0/+16
2019-01-04Scrutinizer Auto-Fixes (#2097)Scrutinizer Auto-Fixer1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach1-6/+6
2018-11-22Fix: #2036 - updated functionsGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-9/+9
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-2/+2
2018-11-18Rename Fact::getDate() to date()Greg Roach1-1/+1
2018-11-18Rename Fact::getPlace() to place()Greg Roach1-1/+1
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-1/+1
2018-11-18Rename Fact::getValue() to value()Greg Roach1-1/+1
2018-10-10Fixing GEDCOM errors belongs in importGreg Roach1-8/+0
2018-10-09Prefer assertions to assumptionsGreg Roach1-1/+1
2018-10-09Calendar dates are abstractGreg Roach1-1/+1
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-23Fix type mismatchGreg Roach1-1/+1
2018-09-23Type mismatch errorsGreg Roach1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-10/+10
2018-09-22PHPdoc, types, etc.Greg Roach1-3/+3
2018-09-13Fixed invalid docblocksRico Sonntag1-2/+2
2018-08-29Type hintsGreg Roach1-1/+1
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-1/+1
2018-08-27Fix some of PR #1864Greg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-14/+14
2018-08-18CodeStyleGreg Roach1-4/+4
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-369/+394
2018-01-20PHPDocGreg Roach1-1/+1
2018-01-20Refactor to improve PHPdoc / type hinting / code analysisGreg Roach1-0/+23
2018-01-13Use views for genealogy objectsGreg Roach1-1/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-2/+2
2017-11-03Code styleGreg Roach1-2/+6
2017-11-03PHPDOCGreg Roach1-3/+4
2017-11-03Return Place instance instead of string, allowing use of object methodsRico Sonntag1-1/+1
2017-04-27Unused codeGreg Roach1-14/+0
2017-03-082017Greg Roach1-1/+1
2017-02-05Fix #1202 - individuals who only have married namesGreg Roach1-18/+23