From 2ee879dfed2b4d515651fb45fe0b20e406491766 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Wed, 17 Feb 2016 08:31:37 +0100 Subject: [PATCH] TASK: Fix wrong @param annotation --- Classes/CompressionHelper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/CompressionHelper.php b/Classes/CompressionHelper.php index d988905..7fd4c60 100644 --- a/Classes/CompressionHelper.php +++ b/Classes/CompressionHelper.php @@ -24,7 +24,7 @@ public function __construct() /** * Run the value through the compressor. * - * @param $content string + * @param string $content * @return string */ public function compress($content) @@ -43,4 +43,4 @@ public function allowsCallOfMethod($methodName) return true; } -} \ No newline at end of file +}