|
|
@@ -68,7 +68,7 @@ class CompositeKeyTest extends TestCase
|
|
|
/**
|
|
|
* Data provider for the two types of strategies HasOne implements
|
|
|
*
|
|
|
- * @return void
|
|
|
+ * @return array
|
|
|
*/
|
|
|
public function strategiesProviderHasOne()
|
|
|
{
|
|
|
@@ -78,7 +78,7 @@ class CompositeKeyTest extends TestCase
|
|
|
/**
|
|
|
* Data provider for the two types of strategies HasMany implements
|
|
|
*
|
|
|
- * @return void
|
|
|
+ * @return array
|
|
|
*/
|
|
|
public function strategiesProviderHasMany()
|
|
|
{
|
|
|
@@ -88,7 +88,7 @@ class CompositeKeyTest extends TestCase
|
|
|
/**
|
|
|
* Data provider for the two types of strategies BelongsTo implements
|
|
|
*
|
|
|
- * @return void
|
|
|
+ * @return array
|
|
|
*/
|
|
|
public function strategiesProviderBelongsTo()
|
|
|
{
|
|
|
@@ -98,7 +98,7 @@ class CompositeKeyTest extends TestCase
|
|
|
/**
|
|
|
* Data provider for the two types of strategies BelongsToMany implements
|
|
|
*
|
|
|
- * @return void
|
|
|
+ * @return array
|
|
|
*/
|
|
|
public function strategiesProviderBelongsToMany()
|
|
|
{
|