You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment is incorrectly detected as a last element and the comma is demanded after it (Comma required after last value in array declaration) for the following snippet. I believe that the correct behaviour is to have comma after last non-comment value in the array.
$data = array( 'first', 'second', 'third', // Add more here );