1 | <?php |
||
21 | class CensusOfDeutschland extends Census implements CensusPlaceInterface { |
||
22 | /** |
||
23 | * All available censuses for this census place. |
||
24 | * |
||
25 | * @return CensusInterface[] |
||
|
|||
26 | */ |
||
27 | public function allCensusDates() { |
||
36 | |||
37 | /** |
||
38 | * Where did this census occur, in GEDCOM format. |
||
39 | * |
||
40 | * @return string |
||
41 | */ |
||
42 | public function censusPlace() { |
||
45 | } |
||
46 |
This check looks for the generic type
array
as a return type and suggests a more specific type. This type is inferred from the actual code.