Skip to content

Commit

Permalink
Update CensusOfCanada1931.php
Browse files Browse the repository at this point in the history
  • Loading branch information
manf0001 authored Sep 18, 2023
1 parent aeebd18 commit 28c2519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Census/CensusOfCanada1931.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function columns(): array
new CensusColumnNull($this, 'Class', 'Class of House: Apartment, Row or Terrace, Single house, Semi-Detached, Flat'),

Check failure on line 49 in app/Census/CensusOfCanada1931.php

View workflow job for this annotation

GitHub Actions / phpstan (ubuntu-latest, 8.4)

Syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ']' or ')' on line 49

Check failure on line 49 in app/Census/CensusOfCanada1931.php

View workflow job for this annotation

GitHub Actions / phpstan (ubuntu-latest, 8.4)

Syntax error, unexpected T_STRING, expecting ',' or ']' or ')' on line 49
new CensusColumnNull($this, 'Materials', 'Material of Construction: Stone, Brick, Wood, Brick Veneered, Stucco, Cement bricks'),

Check failure on line 50 in app/Census/CensusOfCanada1931.php

View workflow job for this annotation

GitHub Actions / phpstan (ubuntu-latest, 8.4)

Syntax error, unexpected T_STRING, expecting ',' or ']' or ')' on line 50

Check failure on line 50 in app/Census/CensusOfCanada1931.php

View workflow job for this annotation

GitHub Actions / phpstan (ubuntu-latest, 8.4)

Syntax error, unexpected T_STRING, expecting ',' or ']' or ')' on line 50
new CensusColumnNull($this, 'Rooms', 'Rooms occupied by this family'),
new CensusColumnNull($this, 'Radio', 'Has this fmily a radio?'),
new CensusColumnNull($this, 'Radio', 'Has this family a radio?'),
new CensusColumnRelationToHeadEnglish($this, 'Relation', 'Relationship to Head of Family or household'),

Check failure on line 53 in app/Census/CensusOfCanada1931.php

View workflow job for this annotation

GitHub Actions / phpstan (ubuntu-latest, 8.4)

Syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ']' or ')' on line 53
new CensusColumnSexMF($this, 'Sex', 'Sex'),
new CensusColumnConditionCanada($this, 'S/M/W/D', 'Single, Married, Widowed, Divorced'),
Expand Down

0 comments on commit 28c2519

Please sign in to comment.