Skip to content

Commit 5c7f23c

Browse files
committed
Fix CS error
1 parent 542cd8b commit 5c7f23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestCase/Model/Behavior/SequenceBehaviorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function testSetOrder()
267267
['id' => 1],
268268
['id' => 5],
269269
],
270-
['accessibleFields' => ['id' => true]]
270+
['accessibleFields' => ['id' => true]],
271271
);
272272
foreach ($entities as &$entity) {
273273
$entity->setNew(false);

0 commit comments

Comments
 (0)