diff options
Diffstat (limited to 'app/Census/CensusInterface.php')
| -rw-r--r-- | app/Census/CensusInterface.php | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/app/Census/CensusInterface.php b/app/Census/CensusInterface.php index 0509d28552..61f02645fc 100644 --- a/app/Census/CensusInterface.php +++ b/app/Census/CensusInterface.php @@ -19,18 +19,19 @@ namespace Fisharebest\Webtrees\Census; /** * Definitions for a census */ -interface CensusInterface extends CensusPlaceInterface { - /** - * When did this census occur, in GEDCOM format. - * - * @return string - */ - public function censusDate(); +interface CensusInterface extends CensusPlaceInterface +{ + /** + * When did this census occur, in GEDCOM format. + * + * @return string + */ + public function censusDate(); - /** - * The columns of the census. - * - * @return CensusColumnInterface[] - */ - public function columns(); + /** + * The columns of the census. + * + * @return CensusColumnInterface[] + */ + public function columns(); } |
