diff --git a/tests/FacebookTestCredentials.php.dist b/tests/FacebookTestCredentials.php.dist index 4d2878a47..8c5702268 100644 --- a/tests/FacebookTestCredentials.php.dist +++ b/tests/FacebookTestCredentials.php.dist @@ -23,14 +23,13 @@ */ namespace Facebook\Tests; -class FacebookTestCredentials { - - /** - * These must be filled out with valid Facebook app details for the tests to - * run. - */ - public static $appId = ''; - public static $appSecret = ''; - +class FacebookTestCredentials +{ + /** + * These must be filled out with valid Facebook app details for the tests to + * run. + */ + public static $appId = ''; + public static $appSecret = ''; }