Bump larastan (#13071)

* Bump larastan

* Use php7.4 for lint test
This commit is contained in:
Jellyfrog
2021-07-26 16:00:34 +02:00
committed by GitHub
parent ae2b761e94
commit e873768845
23 changed files with 32 additions and 30 deletions

View File

@@ -5,6 +5,7 @@ namespace Database\Factories;
use App\Models\Component;
use Illuminate\Database\Eloquent\Factories\Factory;
/** @extends Factory<Component> */
class ComponentFactory extends Factory
{
/**