I've pushed a little fix to prevent strict standard errors. Only variables should be passed by reference inside the array_pop function. I had this error inside the reduceSelectors method and inside the reduceDetails method in the CSSCompression_Organize class.
I just do things in two steps:
set the variable with the output of the array_keys function call
call then the array_pos function
That's it !
P.S : excuse my approximative english, I'm french :)
Hello !
I've pushed a little fix to prevent strict standard errors. Only variables should be passed by reference inside the
array_pop
function. I had this error inside thereduceSelectors
method and inside thereduceDetails
method in theCSSCompression_Organize
class.I just do things in two steps:
array_keys
function callarray_pos
functionThat's it !
P.S : excuse my approximative english, I'm french :)