1
0
Fork 0

Merge pull request #9098 from GrahamCampbell/patch-1

Use consistent phpdoc nullable syntax
pull/9122/head
Jordi Boggiano 2020-08-11 09:52:09 +02:00 committed by GitHub
commit 51b1a752e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class InstalledVersions
* *
* @param VersionParser $parser Install composer/semver to have access to this class and functionality * @param VersionParser $parser Install composer/semver to have access to this class and functionality
* @param string $packageName * @param string $packageName
* @param ?string $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
* *
* @return bool * @return bool
*/ */