summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfWales1851.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusOfWales1851.php')
-rw-r--r--app/Census/CensusOfWales1851.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Census/CensusOfWales1851.php b/app/Census/CensusOfWales1851.php
index f1d3f521f2..a49f95a8d8 100644
--- a/app/Census/CensusOfWales1851.php
+++ b/app/Census/CensusOfWales1851.php
@@ -26,7 +26,7 @@ class CensusOfWales1851 extends CensusOfWales implements CensusInterface
*
* @return string
*/
- public function censusDate()
+ public function censusDate(): string
{
return '30 MAR 1851';
}
@@ -36,7 +36,7 @@ class CensusOfWales1851 extends CensusOfWales implements CensusInterface
*
* @return CensusColumnInterface[]
*/
- public function columns()
+ public function columns(): array
{
return [
new CensusColumnFullName($this, 'Name', 'Name and surname'),