Skip to content
Snippets Groups Projects
Commit 8d27fe8a authored by Daniel Kurowski's avatar Daniel Kurowski
Browse files

tests: fix fixtures

parent acae95b7
No related branches found
No related tags found
No related merge requests found
Pipeline #44637 passed
......@@ -19,8 +19,9 @@ use function Grifart\Tables\Conditions\equalTo;
*/
final class PackagePrimaryKey implements PrimaryKey
{
private function __construct(private string $name)
{
private function __construct(
private string $name,
) {
}
......
......@@ -19,8 +19,9 @@ use function Grifart\Tables\Conditions\equalTo;
*/
final class TestPrimaryKey implements PrimaryKey
{
private function __construct(private Uuid $id)
{
private function __construct(
private Uuid $id,
) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment