Fix: Typo / wording
parent
57b3e24514
commit
5e68566ce6
|
@ -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…
Reference in New Issue