Skip to content

Commit 1785c73

Browse files
authored
Apply fixes from StyleCI
2 parents 2f14080 + be5d986 commit 1785c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/FacebookTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
class FacebookTest extends TestCase
4242
{
4343
protected $config = [
44-
'app_id' => '1337',
45-
'app_secret' => 'foo_secret',
44+
'app_id' => '1337',
45+
'app_secret' => 'foo_secret',
4646
'default_graph_version' => 'v11.0',
4747
];
4848

@@ -53,7 +53,7 @@ public function testInstantiatingWithoutAppIdThrows()
5353
// unset value so there is no fallback to test expected Exception
5454
putenv(Facebook::APP_ID_ENV_NAME.'=');
5555
$config = [
56-
'app_secret' => 'foo_secret',
56+
'app_secret' => 'foo_secret',
5757
'default_graph_version' => 'v11.0',
5858
];
5959
new Facebook($config);

0 commit comments

Comments
 (0)