Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
More hand made fixes to last commits, phpdoc cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinkscape committed Aug 8, 2012
1 parent 3d355e8 commit 778b89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function getCallbackParams()
* Calls the filter per callback
*
* @param mixed $value Options for the set callable
* @return mixed Result from the filter which was callableed
* @return mixed Result from the filter which was called
*/
public function filter($value)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Compress/Rar.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function getCallback()
*
* @param string $callback
* @return Rar
* @throws Exception\InvalidArgumentException if invalid callable provided
* @throws Exception\InvalidArgumentException if invalid callback provided
*/
public function setCallback($callback)
{
Expand Down Expand Up @@ -157,7 +157,7 @@ public function setTarget($target)
*
* @param string|array $content
* @return string
* @throws Exception\RuntimeException if no callable available, or error during compression
* @throws Exception\RuntimeException if no callback available, or error during compression
*/
public function compress($content)
{
Expand Down

0 comments on commit 778b89a

Please sign in to comment.