diff options
Diffstat (limited to 'build/integration/features/bootstrap/SharingContext.php')
-rw-r--r-- | build/integration/features/bootstrap/SharingContext.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php index ec03283de5a..584defda603 100644 --- a/build/integration/features/bootstrap/SharingContext.php +++ b/build/integration/features/bootstrap/SharingContext.php @@ -33,5 +33,6 @@ class SharingContext implements Context, SnippetAcceptingContext { use Sharing; use AppConfiguration; - protected function resetAppConfigs() {} + protected function resetAppConfigs() { + } } |