joereynolds / util.joereynoldsaudio

Random utilities that I occasionally use
0 stars 0 forks source link

Remove matches array from getMatches #2

Closed joereynolds closed 8 years ago

joereynolds commented 8 years ago

We don't need $matches = []. Just use $this>matches and pass that to preg_match_all instead.