WhileTrue
Results
1
issues of
WhileTrue
## Current Behavior These lines: @php $n = array_reduce($c, function ($tot, $i) {return $tot + $i; }, 0); @endphp are formatted like this: @php $n = array_reduce( $c, function ($tot,...