summaryrefslogtreecommitdiff
path: root/tests/app/Census/CensusOfDenmark1885Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census/CensusOfDenmark1885Test.php')
-rw-r--r--tests/app/Census/CensusOfDenmark1885Test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/app/Census/CensusOfDenmark1885Test.php b/tests/app/Census/CensusOfDenmark1885Test.php
index 5a91e13d18..623b3ea18a 100644
--- a/tests/app/Census/CensusOfDenmark1885Test.php
+++ b/tests/app/Census/CensusOfDenmark1885Test.php
@@ -29,7 +29,7 @@ class CensusOfDenmark1885Test extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testPlaceAndDate()
+ public function testPlaceAndDate(): void
{
$census = new CensusOfDenmark1885;
@@ -45,7 +45,7 @@ class CensusOfDenmark1885Test extends \Fisharebest\Webtrees\TestCase
*
* @return void
*/
- public function testColumns()
+ public function testColumns(): void
{
$census = new CensusOfDenmark1885;
$columns = $census->columns();