Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit f9dee61

Browse files
authored
Merge pull request #729 from localheinz/fix/psr2
Fix: Apply PSR-2 to credentials template
2 parents d950e0a + 12b9a67 commit f9dee61

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tests/FacebookTestCredentials.php.dist

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
*/
2424
namespace Facebook\Tests;
2525

26-
class FacebookTestCredentials {
27-
28-
/**
29-
* These must be filled out with valid Facebook app details for the tests to
30-
* run.
31-
*/
32-
public static $appId = '';
33-
public static $appSecret = '';
34-
26+
class FacebookTestCredentials
27+
{
28+
/**
29+
* These must be filled out with valid Facebook app details for the tests to
30+
* run.
31+
*/
32+
public static $appId = '';
33+
public static $appSecret = '';
3534
}
3635

0 commit comments

Comments
 (0)