Skip to content

Commit 4b78a2e

Browse files
authored
add trailing comma
1 parent f0700a5 commit 4b78a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
// @TODO remove if https://github.com/rectorphp/rector-phpunit/issues/86 is fixed
116116
GetMockBuilderGetMockToCreateMockRector::class => [
117117
__DIR__ . '/tests/system/Email/EmailTest.php',
118-
]
118+
],
119119
]);
120120

121121
// auto import fully qualified class names

0 commit comments

Comments
 (0)