From 2e66a7279b67b35369da83cc4959edd5e957cae2 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 3 Aug 2010 10:38:04 -0300 Subject: Minor change --- classes/IsisConnector.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'classes') diff --git a/classes/IsisConnector.php b/classes/IsisConnector.php index 277412d..886246e 100644 --- a/classes/IsisConnector.php +++ b/classes/IsisConnector.php @@ -333,11 +333,13 @@ class IsisConnector { /** * Guess a method name from a type. * - * @param string $type Mapping type - * @return string Method name + * @param $type + * Mapping type. + * + * @return + * Method name. */ - static function methodName($type) - { + static function methodName($type) { return 'import'. ucfirst($type); } -- cgit v1.2.3