Skip to content

Commit

Permalink
fb braces
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmatinasser committed Dec 26, 2019
1 parent 0cd5ee4 commit 2fec7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Verta.php
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,9 @@ protected function dateWord($format){
$word = new Notowo(0, 'fa');

while ($i < $lenghFormat) {
$par = $format{$i};
$par = $format[$i];
if ($par == '\\') {
$result .= $format{ ++$i};
$result .= $format[++$i];
$i ++;
continue;
}
Expand Down

0 comments on commit 2fec7f0

Please sign in to comment.