codenothing / css-compressor

CSS Compressor
http://www.codenothing.com/css-compressor/
MIT License
42 stars 4 forks source link

Strict standard error fix #1

Closed ogorzalka closed 13 years ago

ogorzalka commented 13 years ago

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 the reduceSelectors method and inside the reduceDetails method in the CSSCompression_Organize class.

I just do things in two steps:

That's it !

P.S : excuse my approximative english, I'm french :)

codenothing commented 13 years ago

Thanks for the strict error warning tip