Skip to content

Commit

Permalink
Fix doc bugs found by phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
dada-amater committed Jan 25, 2019
1 parent 9830fe5 commit 3502b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CleantalkRequest.php
Expand Up @@ -76,13 +76,13 @@ class CleantalkRequest {

/**
* User IP
* @var strings
* @var string
*/
public $sender_ip = null;

/**
* User email
* @var strings
* @var string
*/
public $sender_email = null;

Expand Down

0 comments on commit 3502b74

Please sign in to comment.