Merge pull request #6939 from localheinz/fix/typo

Fix: Typo / wording
main
Jordi Boggiano 7 years ago committed by GitHub
commit 28e41d094e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ class Locker
} }
/** /**
* Checks whether locker were been locked (lockfile found). * Checks whether locker has been locked (lockfile found).
* *
* @return bool * @return bool
*/ */

@ -25,7 +25,7 @@ namespace Composer\Plugin\Capability;
interface CommandProvider extends Capability interface CommandProvider extends Capability
{ {
/** /**
* Retreives an array of commands * Retrieves an array of commands
* *
* @return \Composer\Command\BaseCommand[] * @return \Composer\Command\BaseCommand[]
*/ */

Loading…
Cancel
Save