From 370e17be4e006c9e7d56ca8c99d9a33e51ca1ff9 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 31 Mar 2011 16:45:01 +0000 Subject: [PATCH] Fixed method documentation --- flight/Flight.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flight/Flight.php b/flight/Flight.php index c9253a1..3ee6c62 100644 --- a/flight/Flight.php +++ b/flight/Flight.php @@ -160,8 +160,7 @@ class Flight { * Executes a chain of method filters. * * @param array $filters Chain of filters - * @param array $params Method parameters - * @param mixed $data Method output + * @param reference $data Method parameters or method output */ public static function filter($filters, &$data) { foreach ($filters as $callback) {