Optimized unit tests and entity implementation

This commit is contained in:
Kevin Frantz
2018-11-20 23:17:57 +01:00
parent aab188688c
commit 9a3801152f
3 changed files with 10 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ class FullPersonNameSource extends AbstractCombinationSource implements FullPers
*
* @var FirstNameSourceInterface
*/
protected $firstnNameSource;
protected $firstNameSource;
public function __construct()
{