Skip to content

Commit

Permalink
Fix coding style fully
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Oct 18, 2021
1 parent 40f858d commit 09dc012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?php

# Ignore Unirest warning if any (eg. safe mode related)
#error_reporting(E_ERROR | E_PARSE);

namespace Metacritic;

include 'metacritic.php';

$metacritic_api = new API\MetacriticAPI();
Expand Down
4 changes: 4 additions & 0 deletions metacritic.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php

namespace Metacritic\API;

use Unirest;

require_once 'libs/Unirest.php';

require_once 'libs/simple_html_dom.php';

class MetacriticAPI
Expand Down

0 comments on commit 09dc012

Please sign in to comment.