Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 9, 2012
1 parent 6d18645 commit 8ea03fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cookie.php
Expand Up @@ -117,7 +117,7 @@ public function __toString()
*
* @api
*/
static public function fromString($cookie, $url = null)
public static function fromString($cookie, $url = null)
{
$parts = explode(';', $cookie);

Expand Down

0 comments on commit 8ea03fa

Please sign in to comment.