removed $output (on review not really needed)
the only use for $output is as a temp variable to hold the imploded array, which is used in the following sprint and never referenced again. As it's simple code I will just merge the implode expression to the next line as a simpler "fix".
removed $output (on review not really needed)
the only use for $output is as a temp variable to hold the imploded array, which is used in the following sprint and never referenced again. As it's simple code I will just merge the implode expression to the next line as a simpler "fix".