Skip to content

Commit

Permalink
Merge pull request #25 from DavidePastore/fix-indentation
Browse files Browse the repository at this point in the history
Fix space indentation
  • Loading branch information
DavidePastore authored Oct 27, 2018
2 parents 71126fe + b7009bf commit 661482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodiceFiscale/Calculator.php
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ public function __construct(Subject $subject, $properties = array())
public function calculate()
{
$temporaryCodiceFiscale = $this->calculateSurname().$this->calculateName().
$this->calculateBirthDateAndGender().$this->calculateBelfioreCode();
$this->calculateBirthDateAndGender().$this->calculateBelfioreCode();
$temporaryCodiceFiscale = $this->calculateOmocodia($temporaryCodiceFiscale);

return $temporaryCodiceFiscale.$this->calculateCheckDigit($temporaryCodiceFiscale);

0 comments on commit 661482a

Please sign in to comment.