Skip to content

Commit 95648ec

Browse files
committed
fix return type for table test
1 parent fc7b3c0 commit 95648ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plugin/Model/Table/HelloWorld101010ArticlesTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function clearArticle($article)
3535
}
3636

3737
/**
38-
* @return \Cake\Datasource\EntityInterface|array<\Cake\Datasource\EntityInterface>
38+
* @return \Cake\Datasource\EntityInterface|array<string, mixed>
3939
*/
4040
public function getLatestOne()
4141
{

0 commit comments

Comments
 (0)