@@ -27,8 +27,8 @@ |
||
| 27 | 27 | if ($thisThroughCount !== $otherThroughCount) { |
| 28 | 28 | return false; |
| 29 | 29 | } |
| 30 | - for($i=0; $i <= $thisThroughCount;++$i ){ |
|
| 31 | - if($thisChain[$i] !== $otherChain[$otherThroughCount -$i]){ |
|
| 30 | + for($i=0; $i <= $thisThroughCount;++$i ) { |
|
| 31 | + if($thisChain[$i] !== $otherChain[$otherThroughCount -$i]) { |
|
| 32 | 32 | return false; |
| 33 | 33 | } |
| 34 | 34 | } |