gesinn-it / QRLite

Lightweight MediaWiki extension to render QR codes.
GNU General Public License v3.0
3 stars 4 forks source link

Remove 'static' from class methods, update phpcs, and fix var name #14

Open samwilson opened 1 year ago

samwilson commented 1 year ago

No need for these methods to be static as they're now called from a class instance only. Update the mediawiki-codesniffer version, although there's no changes resulting from that. And update a variable name to make it clearer what it holds.