File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,12 +170,12 @@ private function getOrganizeMigrationsModes() : array
170
170
}
171
171
172
172
/**
173
- * Returns the correct deprecation param's as an array for setDeprecated.
173
+ * Returns the correct deprecation params as an array for setDeprecated() .
174
174
*
175
- * Symfony/Config v5.1 introduces a deprecation notice when calling
176
- * setDeprecation () with less than 3 args and the getDeprecation method was
175
+ * symfony/config v5.1 introduces a deprecation notice when calling
176
+ * setDeprecated () with less than 3 args and the getDeprecation() method was
177
177
* introduced at the same time. By checking if getDeprecation() exists,
178
- * we can determine the correct param count to use when calling setDeprecated.
178
+ * we can determine the correct param count to use when calling setDeprecated() .
179
179
*
180
180
* @return string[]
181
181
*/
You can’t perform that action at this time.
0 commit comments