From 187d6898088a26c78ea27f2da9c6d6bf430dabed Mon Sep 17 00:00:00 2001 From: Claus Due Date: Sat, 12 Apr 2014 02:44:27 +0200 Subject: [PATCH] Bad copy/pasted method comment in CopyBuild plugin --- PHPCI/Plugin/CopyBuild.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Plugin/CopyBuild.php b/PHPCI/Plugin/CopyBuild.php index 494a0d3f..4449d16c 100644 --- a/PHPCI/Plugin/CopyBuild.php +++ b/PHPCI/Plugin/CopyBuild.php @@ -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() {