You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NormalizeCommand.php
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,8 @@
13
13
14
14
#[AsCommand(
15
15
name: 'normalize',
16
-
description: <<<'DESCRIPTION'
17
-
Normalizes a version string to be able to perform comparisons on it.
18
-
This is a wrapper of the <href=https://github.com/composer/semver/blob/b52829022cb18210bb84e44e457bd4e890f8d2a7/src/VersionParser.php#L98-L108>Composer\Semver\VersionParser::normalize()</> method.
19
-
DESCRIPTION,
16
+
description: 'Normalizes a version string to be able to perform comparisons on it',
17
+
help: 'This is a wrapper of the <href=https://github.com/composer/semver/blob/b52829022cb18210bb84e44e457bd4e890f8d2a7/src/VersionParser.php#L98-L108>Composer\Semver\VersionParser::normalize()</> method.',
Copy file name to clipboardExpand all lines: src/ParseCommand.php
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,8 @@
12
12
13
13
#[AsCommand(
14
14
name: 'parse',
15
-
description: <<<'DESCRIPTION'
16
-
Parses a constraint string and strip its ignorable parts.
17
-
This is a wrapper of the <href=https://github.com/composer/semver/blob/b52829022cb18210bb84e44e457bd4e890f8d2a7/src/VersionParser.php#L251-L258>Composer\Semver\VersionParser::parseConstraints()</> method.
18
-
DESCRIPTION,
15
+
description: 'Parses a constraint string and strip its ignorable parts',
16
+
help: 'This is a wrapper of the <href=https://github.com/composer/semver/blob/b52829022cb18210bb84e44e457bd4e890f8d2a7/src/VersionParser.php#L251-L258>Composer\Semver\VersionParser::parseConstraints()</> method.',
0 commit comments