Skip to content

Commit

Permalink
coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 1, 2021
1 parent ac4a1fb commit 7b5071f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Loaders/RobotLoader.emptyArrayVariadicArgument.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ $loader->setTempDirectory(getTempDir());
Assert::noError(
function () use ($loader) {
$loader->addDirectory(...[]);
}
},
);

Assert::noError(
function () use ($loader) {
$loader->excludeDirectory(...[]);
}
},
);

0 comments on commit 7b5071f

Please sign in to comment.