We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4974032 commit 807dcccCopy full SHA for 807dccc
RomanNumeral.php
@@ -85,7 +85,7 @@ public function toInt( $romanNumeral )
85
86
foreach ($romanNumerals as $romanNumeral)
87
{
88
- if( $this->_roman2decimal[$romanNumeral] < $this->roman2decimal[$last] )
+ if( $this->_roman2decimal[$romanNumeral] < $this->_roman2decimal[$last] )
89
90
$calculated -= $this->_roman2decimal[$romanNumeral];
91
}
0 commit comments