mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
refactor: add trailing-comma in method args and params
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ class BehatHelper {
|
||||
public static function getContext(
|
||||
ScenarioScope $scope,
|
||||
InitializedContextEnvironment $environment,
|
||||
string $class
|
||||
string $class,
|
||||
): Context {
|
||||
try {
|
||||
return $environment->getContext($class);
|
||||
|
||||
Reference in New Issue
Block a user