Bad copy/pasted method comment in CopyBuild plugin

This commit is contained in:
Claus Due 2014-04-12 02:44:27 +02:00
parent 8841eabc94
commit 187d689808

View file

@ -32,7 +32,7 @@ class CopyBuild implements \PHPCI\Plugin
}
/**
* Executes Composer and runs a specified command (e.g. install / update)
* Copies files from the root of the build directory into the target folder
*/
public function execute()
{