summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates1950.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-02-06 11:38:07 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-02-06 12:42:24 +0000
commit32648f848c9c5b657c3a3bc7882e0a55ae03f209 (patch)
treecec29123ac372a15632cf1e3c5c5694577c79323 /app/Census/CensusOfUnitedStates1950.php
parent1e12bba2ff16616c8813810f50730aa8a0fb7985 (diff)
downloadwebtrees-32648f848c9c5b657c3a3bc7882e0a55ae03f209.tar.gz
webtrees-32648f848c9c5b657c3a3bc7882e0a55ae03f209.tar.bz2
webtrees-32648f848c9c5b657c3a3bc7882e0a55ae03f209.zip
Cleanup census classes
Diffstat (limited to 'app/Census/CensusOfUnitedStates1950.php')
-rw-r--r--app/Census/CensusOfUnitedStates1950.php14
1 files changed, 2 insertions, 12 deletions
diff --git a/app/Census/CensusOfUnitedStates1950.php b/app/Census/CensusOfUnitedStates1950.php
index dab5a3dbb9..addb7b1c3c 100644
--- a/app/Census/CensusOfUnitedStates1950.php
+++ b/app/Census/CensusOfUnitedStates1950.php
@@ -19,25 +19,15 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Census;
-/**
- * Definitions for a census
- */
-class CensusOfUnitedStates1950 extends CensusOfUnitedStates implements CensusInterface
+readonly class CensusOfUnitedStates1950 extends CensusOfUnitedStates implements CensusInterface
{
- /**
- * When did this census occur.
- *
- * @return string
- */
public function censusDate(): string
{
return 'APR 1950';
}
/**
- * The columns of the census.
- *
- * @return array<CensusColumnInterface>
+ * @return list<CensusColumnInterface>
*/
public function columns(): array
{