From 71533dc06fa9c91867127afad8dd9439dfb277bf Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 25 Mar 2021 16:15:38 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- tests/Integration/Cache/DynamoDbStoreTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/Cache/DynamoDbStoreTest.php b/tests/Integration/Cache/DynamoDbStoreTest.php index 8ce6193179ef..7938abe9ef9d 100644 --- a/tests/Integration/Cache/DynamoDbStoreTest.php +++ b/tests/Integration/Cache/DynamoDbStoreTest.php @@ -87,7 +87,7 @@ protected function getEnvironmentSetUp($app) [ 'AttributeName' => $config['attributes']['key'] ?? 'key', 'KeyType' => 'HASH', - ] + ], ], 'AttributeDefinitions' => [ [