Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove extra space
  • Loading branch information
bananer committed Mar 3, 2015
commit c312a06f8e4755a1464eaec0500283709b3b0acd
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private function hasPrivateHasAccessor()
return 'foobar';
}

public function getPublicGetter()
public function getPublicGetter()
{
return $this->publicGetter;
}
Expand Down