Fix: Typo / wording
@@ -102,7 +102,7 @@ class Locker
}
/**
- * Checks whether locker were been locked (lockfile found).
+ * Checks whether locker has been locked (lockfile found).
*
* @return bool
*/
@@ -25,7 +25,7 @@ namespace Composer\Plugin\Capability;
interface CommandProvider extends Capability
{
- * Retreives an array of commands
+ * Retrieves an array of commands
* @return \Composer\Command\BaseCommand[]