Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lastguest authored Oct 25, 2016
1 parent 626acb0 commit 4904d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static function userAgent($value=null){
return $value===null ? static::$UA : static::$UA = $value;
}

public static function proxy($proxy=false){
public static function proxy($value=false){
return $value===false ? static::$proxy : static::$proxy = $value;
}

Expand Down

0 comments on commit 4904d60

Please sign in to comment.