Skip to content

array_pop notice

JonGold requested to merge JonGold/inlayfp:array-pop-notice into main

array_pop was generating an E_NOTICE because it wants the array passed to it by reference. current() does the same thing but wants an array by value.

Merge request reports