Skip to content

Commit

Permalink
Fix CS and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Aug 7, 2016
1 parent 9c49e03 commit a319745
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/ScnSocialAuth/Controller/UserController.php
Expand Up @@ -27,11 +27,10 @@ class UserController extends AbstractActionController
protected $options;

/**
* @var zfcmoduleoptions
* @var \ZfcUser\Options\ModuleOptions
*/
protected $zfcmoduleoptions;


/*
* @todo Make this dynamic / translation-friendly
* @var string
Expand Down Expand Up @@ -268,17 +267,16 @@ public function getOptions()
return $this->options;
}


/**
* @return zfcmoduleoptions
* @return \ZfcUser\Options\ModuleOptions
*/
public function getZfcModuleOptions()
{
return $this->zfcmoduleoptions;
}

/**
* @param zfcmoduleoptions $zfcmoduleoptions
* @param \ZfcUser\Options\ModuleOptions $zfcmoduleoptions
*/
public function setZfcModuleOptions($zfcmoduleoptions)
{
Expand Down

0 comments on commit a319745

Please sign in to comment.