mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-03-07 14:35:29 -05:00
mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class.