Revert "Add return types to test methods"

This reverts commit 83fb6826ee.
This commit is contained in:
Marcus Moore
2024-08-06 13:30:34 -07:00
parent 95516b0343
commit 82e795b642
106 changed files with 498 additions and 498 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use Tests\TestCase;
final class AssetModelTest extends TestCase
{
public function testAnAssetModelContainsAssets(): void
public function testAnAssetModelContainsAssets()
{
$category = Category::factory()->create([
'category_type' => 'asset'