Skip to content

Commit

Permalink
TASK: Fix wrong @param annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Feb 17, 2016
1 parent 4ae3d3a commit 2ee879d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/CompressionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -43,4 +43,4 @@ public function allowsCallOfMethod($methodName)
return true;
}

}
}

0 comments on commit 2ee879d

Please sign in to comment.