Just some comments with 'it's' that should have been 'its' (#10071)
Co-authored-by: Toby Powell-Blyth <tobypowell-blyth@elasticstage.com>pull/10076/head
parent
d3c176ec69
commit
5e75017166
|
@ -20,7 +20,7 @@ use Composer\Semver\VersionParser;
|
|||
*
|
||||
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
||||
*
|
||||
* To require it's presence, you can require `composer-runtime-api ^2.0`
|
||||
* To require its presence, you can require `composer-runtime-api ^2.0`
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
|
|
|
@ -55,7 +55,7 @@ class RepositoryManager
|
|||
}
|
||||
|
||||
/**
|
||||
* Searches for a package by it's name and version in managed repositories.
|
||||
* Searches for a package by its name and version in managed repositories.
|
||||
*
|
||||
* @param string $name package name
|
||||
* @param string|\Composer\Semver\Constraint\ConstraintInterface $constraint package version or version constraint to match against
|
||||
|
|
|
@ -514,7 +514,7 @@ class Filesystem
|
|||
|
||||
/**
|
||||
* Returns size of a file or directory specified by path. If a directory is
|
||||
* given, it's size will be computed recursively.
|
||||
* given, its size will be computed recursively.
|
||||
*
|
||||
* @param string $path Path to the file or directory
|
||||
* @throws \RuntimeException
|
||||
|
|
|
@ -18,7 +18,7 @@ use Composer\Semver\VersionParser;
|
|||
/**
|
||||
* This class is copied in every Composer installed project and available to all
|
||||
*
|
||||
* To require it's presence, you can require `composer-runtime-api ^2.0`
|
||||
* To require its presence, you can require `composer-runtime-api ^2.0`
|
||||
*/
|
||||
class InstalledVersions
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--TEST--
|
||||
Updates a dev package forcing it's reference
|
||||
Updates a dev package forcing its reference
|
||||
--COMPOSER--
|
||||
{
|
||||
"repositories": [
|
||||
|
|
Loading…
Reference in New Issue