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 Nov 2, 2023
1 parent c68b87c commit ce9c934
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/Annotated/Functional/Driver/Common/TableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,16 @@ public function foreignKeyDirectoriesDataProvider(): \Traversable

yield [
new SelectiveReader([new AnnotationReader(), new AttributeReader()]),
'/Fixtures/Fixtures24/Class/DatabaseField'
'/Fixtures/Fixtures24/Class/DatabaseField',
];
yield [
new SelectiveReader([new AnnotationReader(), new AttributeReader()]),
'/Fixtures/Fixtures24/Class/PrimaryKey',
'id'
'id',
];
yield [
new SelectiveReader([new AnnotationReader(), new AttributeReader()]),
'/Fixtures/Fixtures24/Class/PropertyName'
'/Fixtures/Fixtures24/Class/PropertyName',
];

yield [new AnnotationReader(), '/Fixtures/Fixtures24/Entity/DatabaseField'];
Expand All @@ -390,16 +390,16 @@ public function foreignKeyDirectoriesDataProvider(): \Traversable

yield [
new SelectiveReader([new AnnotationReader(), new AttributeReader()]),
'/Fixtures/Fixtures24/Property/DatabaseField'
'/Fixtures/Fixtures24/Property/DatabaseField',
];
yield [
new SelectiveReader([new AnnotationReader(), new AttributeReader()]),
'/Fixtures/Fixtures24/Property/PrimaryKey',
'id'
'id',
];
yield [
new SelectiveReader([new AnnotationReader(), new AttributeReader()]),
'/Fixtures/Fixtures24/Property/PropertyName'
'/Fixtures/Fixtures24/Property/PropertyName',
];
}
}

0 comments on commit ce9c934

Please sign in to comment.