Skip to content

Commit

Permalink
Fixed duplicate setBar in example
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Dec 30, 2012
1 parent 2afb832 commit 7ce5438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/Class-declaration.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class BadExample
$this->bar = $value;
}

public function setBar($value)
public function setBaz($value)
{
$this->bar = $value;
}
Expand Down

0 comments on commit 7ce5438

Please sign in to comment.