Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 8, 2023
1 parent 672f345 commit d46781d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/CopyCommand/CopyCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public static function dataBase(): array
'default-source' => [
[
__DIR__ . '/config/test-a-params.php' => __DIR__ . '/packages/a/params.php',
__DIR__ . '/config/test-a-web.php' => __DIR__ . '/packages/a/web.php',
__DIR__ . '/config/test-a-web.php' => __DIR__ . '/packages/a/web.php',
],
['package' => 'test/a'],
]
],
];
}

Expand Down

0 comments on commit d46781d

Please sign in to comment.