Skip to content

Commit

Permalink
phpcs code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoss committed Sep 21, 2021
1 parent 19b0686 commit a60c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/PcGamerBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class PcGamerBridge extends BridgeAbstract
const NAME = 'PC Gamer';
const URI = 'https://www.pcgamer.com/';
const DESCRIPTION = 'PC Gamer is your source for exclusive reviews, demos,
updates and news on all your favorite PC gaming franchises.'
updates and news on all your favorite PC gaming franchises.';
const MAINTAINER = 'IceWreck, mdemoss';

public function collectData()
Expand Down

0 comments on commit a60c6ef

Please sign in to comment.