Passed
Pull Request — main (#4875)
by
unknown
06:58
created
app/Census/CensusOfCanada1931.php 1 patch
Upper-Lower-Casing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@  discard block
 block discarded – undo
45 45
 new CensusColumnFullName($this, 'Name', 'Name of each person in family, household or institution'),
46 46
             new CensusColumnNull($this, 'Place of Abode', '(In rural localities give parish or township. In cities, towns and villages, give street a>
47 47
             new CensusColumnNull($this, 'Own/Rent', 'Home owned or rented'),
48
-            new CensusColumnNull($this, 'Value', 'If Owned give value. If rented, give rent paid per month'),
49
-            new CensusColumnNull($this, 'Class', 'Class of House: Apartment, Row or Terrace, Single house, Semi-Detached, Flat'),
48
+            new CensusColumnNull($this, 'Value', 'if Owned give value. if rented, give rent paid per month'),
49
+            new CensusColumnNull($this, 'class', 'class of House: Apartment, Row or Terrace, Single house, Semi-Detached, Flat'),
50 50
             new CensusColumnNull($this, 'Materials', 'Material of Construction: Stone, Brick, Wood, Brick Veneered, Stucco, Cement bricks'),
51 51
             new CensusColumnNull($this, 'Rooms', 'Rooms occupied by this family'),
52 52
             new CensusColumnNull($this, 'Radio', 'Has this family a radio?'),
@@ -69,10 +69,10 @@  discard block
 block discarded – undo
69 69
             new CensusColumnNull($this, 'Ms school', 'Months at school since Sept. 1, 1930'),
70 70
             new CensusColumnOccupation($this, 'Occupation', 'Trade, profession or particular kind of work, as carpenter, weaver, sawyer, merchant, fa>
71 71
             new CensusColumnNull($this, 'Industry', 'Industry or business in which engaged or employed as cotton mill, brass foundry, grocery, coal m>
72
-            new CensusColumnNull($this, 'Class', 'Class of worker'),
72
+            new CensusColumnNull($this, 'class', 'class of worker'),
73 73
             new CensusColumnNull($this, 'Earnings', 'Total earnings in the past twelve months (Since June 1st, 1930)'),
74
-            new CensusColumnNull($this, 'Employed', 'If an employee, where you at work Monday June 1st , 1930'),
75
-            new CensusColumnNull($this, 'WHY', 'If answer to previous question is NO. Why were you not at work on Monday, June 1st, 1931. (For Exampl>
74
+            new CensusColumnNull($this, 'Employed', 'if an employee, where you at work Monday June 1st , 1930'),
75
+            new CensusColumnNull($this, 'WHY', 'if answer to previous question is NO. Why were you not at work on Monday, June 1st, 1931. (for Exampl>
76 76
             new CensusColumnNull($this, 'Weeks unemployed', 'Total number of weeks unemployed from any cause in the last 12 months.'),
77 77
             new CensusColumnNull($this, 'No Job', 'Of the total numer of weeks reported out of work in column 34, how many were due to-'),
78 78
             new CensusColumnNull($this, 'Illness', 'Of the total numer of weeks reported out of work in column 34, how many were due to-'),
Please login to merge, or discard this patch.