We are using the following simple code to flush the Queue:
foreach( $webPush->flush() as $report ){ .... }
The problem is, we need our own variables (the UserID) inside the loop. Is there a way to pass custom variables into the loop? Maybe so that it is available in $report