Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 17, 2020
1 parent 3be6b8d commit 22f961d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Definition/BaseNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ public function setRequired(bool $boolean)
*
* @param string $package The name of the composer package that is triggering the deprecation
* @param string $version The version of the package that introduced the deprecation
* @param string $message The deprecation message to use
* @param string $message the deprecation message to use
*
* You can use %node% and %path% placeholders in your message to display,
* respectively, the node name and its complete path.
* respectively, the node name and its complete path
*/
public function setDeprecated(?string $package/*, string $version, string $message = 'The child node "%node%" at path "%path%" is deprecated.' */)
{
Expand Down
4 changes: 2 additions & 2 deletions Definition/Builder/NodeDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ public function isRequired()
*
* @param string $package The name of the composer package that is triggering the deprecation
* @param string $version The version of the package that introduced the deprecation
* @param string $message The deprecation message to use
* @param string $message the deprecation message to use
*
* You can use %node% and %path% placeholders in your message to display,
* respectively, the node name and its complete path.
* respectively, the node name and its complete path
*
* @return $this
*/
Expand Down

0 comments on commit 22f961d

Please sign in to comment.