Remove empty construct

This commit is contained in:
Dennis Eichhorn 2018-03-14 09:57:41 +01:00 committed by GitHub
parent 35b45cbb5b
commit 1bc4593654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,16 +35,6 @@ class NetPromoterScore
*/
private $scores = [];
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct()
{
}
/**
* Add score.
*