Skip to content

Commit

Permalink
Fix Confirmation request (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl authored May 15, 2018
1 parent 3bf7076 commit 460952d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Request/Import/ConfirmationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* ConfirmationRequest for Settings.
*
* @author Stanislav Janů [email protected]
* @package SmartEmailing\v3\Request\Import\Settings
* @package SmartEmailing\v3\Request\Import
*/
class ConfirmationRequest extends Model
{
Expand Down
4 changes: 2 additions & 2 deletions src/Request/Import/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function setSkipInvalidEmails($skipInvalidEmails)
* opt-in e-amil to blacklisted contacts can be forced by setting preserve_unsubscribed=false). Imported data will
* be written when they click through confirmation link.
*
* @param Settings\ConfirmationRequest $confirmationRequest Default value: null
* @param ConfirmationRequest $confirmationRequest Default value: null
*
* @return Settings
*/
Expand Down Expand Up @@ -201,4 +201,4 @@ public function jsonSerialize()
return $this->toArray();
}

}
}

0 comments on commit 460952d

Please sign in to comment.