Skip to content

Commit 98c0181

Browse files
committed
Be consistent with method naming and style in phpdoc description
1 parent 7b6b6ed commit 98c0181

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DependencyInjection/Configuration.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ private function getOrganizeMigrationsModes() : array
170170
}
171171

172172
/**
173-
* Returns the correct deprecation param's as an array for setDeprecated.
173+
* Returns the correct deprecation params as an array for setDeprecated().
174174
*
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
177177
* 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().
179179
*
180180
* @return string[]
181181
*/

0 commit comments

Comments
 (0)