Passed
Pull Request — main (#4907)
by
unknown
06:21
created
app/Census/CensusOfEngland.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
             new CensusOfEngland1891(),
41 41
             new CensusOfEngland1901(),
42 42
             new CensusOfEngland1911(),
43
-			new CensusOfEngland1921(),
43
+            new CensusOfEngland1921(),
44 44
             new RegisterOfEngland1939(),
45 45
         ];
46 46
     }
Please login to merge, or discard this patch.
app/Census/CensusOfEngland1921.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -42,17 +42,17 @@
 block discarded – undo
42 42
     public function columns(): array
43 43
     {
44 44
         return [
45
-			new CensusColumnFullName($this, 'Name', 'Name and surname'),
46
-			new CensusColumnRelationToHead($this, 'Relation', 'Relationship to head of household'),
47
-			new CensusColumnAge($this, 'Age', 'Age (Y/M)'),
48
-			new CensusColumnSexMF($this, 'Sex', 'Male or Female'),
49
-			new CensusColumnConditionEnglish($this, 'Condition', 'Marriage or Orphanhood'),
50
-			new CensusColumnBirthPlace($this, 'Birthplace', 'Where born in UK', 'width: 100px;'),
51
-			new CensusColumnNationality($this, 'Nat', 'Where born if not in UK'),
52
-			new CensusColumnOccupation($this, 'Occupation', 'Personal Occupation or Schooling', 'width: 100px;'),
53
-			new CensusColumnNull($this, 'Emp', 'Employment'),
54
-			new CensusColumnNull($this, 'Work place', 'Place of Work'),
55
-			new CensusColumnNull($this, 'ChL', 'No. of living children, total and by age'),
45
+            new CensusColumnFullName($this, 'Name', 'Name and surname'),
46
+            new CensusColumnRelationToHead($this, 'Relation', 'Relationship to head of household'),
47
+            new CensusColumnAge($this, 'Age', 'Age (Y/M)'),
48
+            new CensusColumnSexMF($this, 'Sex', 'Male or Female'),
49
+            new CensusColumnConditionEnglish($this, 'Condition', 'Marriage or Orphanhood'),
50
+            new CensusColumnBirthPlace($this, 'Birthplace', 'Where born in UK', 'width: 100px;'),
51
+            new CensusColumnNationality($this, 'Nat', 'Where born if not in UK'),
52
+            new CensusColumnOccupation($this, 'Occupation', 'Personal Occupation or Schooling', 'width: 100px;'),
53
+            new CensusColumnNull($this, 'Emp', 'Employment'),
54
+            new CensusColumnNull($this, 'Work place', 'Place of Work'),
55
+            new CensusColumnNull($this, 'ChL', 'No. of living children, total and by age'),
56 56
         ];
57 57
     }
58 58
 }
Please login to merge, or discard this patch.