Completed
Push — develop ( 989811...4ba2ac )
by Greg
10:44
created
app/Census/AbstractCensusColumnCondition.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
 	/**
79 79
 	 * How is this condition written in a census column.
80 80
 	 *
81
-	 * @param $sex
81
+	 * @param string $sex
82 82
 	 *
83 83
 	 * @return string
84 84
 	 */
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 	/**
94 94
 	 * How is this condition written in a census column.
95 95
 	 *
96
-	 * @param $sex
96
+	 * @param string $sex
97 97
 	 *
98 98
 	 * @return string
99 99
 	 */
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
 	/**
109 109
 	 * How is this condition written in a census column.
110 110
 	 *
111
-	 * @param $sex
111
+	 * @param string $sex
112 112
 	 *
113 113
 	 * @return string
114 114
 	 */
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 	/**
124 124
 	 * How is this condition written in a census column.
125 125
 	 *
126
-	 * @param $sex
126
+	 * @param string $sex
127 127
 	 *
128 128
 	 * @return string
129 129
 	 */
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	/**
139 139
 	 * How is this condition written in a census column.
140 140
 	 *
141
-	 * @param $sex
141
+	 * @param string $sex
142 142
 	 *
143 143
 	 * @return string
144 144
 	 */
Please login to merge, or discard this patch.
app/Controller/SourceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Fisharebest\Webtrees\Filter;
20 20
 use Fisharebest\Webtrees\I18N;
21 21
 use Fisharebest\Webtrees\Menu;
22
-use Fisharebest\Webtrees\Module;
23 22
 
24 23
 /**
25 24
  * Controller for the source page
Please login to merge, or discard this patch.
app/Controller/FamilyController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Fisharebest\Webtrees\Filter;
20 20
 use Fisharebest\Webtrees\I18N;
21 21
 use Fisharebest\Webtrees\Menu;
22
-use Fisharebest\Webtrees\Module;
23 22
 
24 23
 /**
25 24
  * Controller for the source page
Please login to merge, or discard this patch.
app/Controller/GedcomRecordController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Fisharebest\Webtrees\Filter;
20 20
 use Fisharebest\Webtrees\I18N;
21 21
 use Fisharebest\Webtrees\Menu;
22
-use Fisharebest\Webtrees\Module;
23 22
 
24 23
 /**
25 24
  * Controller for the source page
Please login to merge, or discard this patch.