From 12b9a67ce31ba9fe9d90825a823d49f08f12445e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 7 Jan 2017 15:13:54 +0100 Subject: [PATCH] Fix: Apply PSR-2 to credentials template --- tests/FacebookTestCredentials.php.dist | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 = ''; }