Skip to content

Commit

Permalink
Fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffery committed Mar 1, 2014
1 parent 6534511 commit 35fb162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScnSocialAuth/Options/ModuleOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public function getFacebookDisplay()
*
* @return ModuleOptions
*/
public function setFacebookTrustForwarded( $facebookTrustForwarded )
public function setFacebookTrustForwarded($facebookTrustForwarded)
{
$this->facebookTrustForwarded = $facebookTrustForwarded;

Expand Down

0 comments on commit 35fb162

Please sign in to comment.