Add AllowDynamicProperties Attribute to cooperate with php8.2 deprecation

This commit is contained in:
stefanScrumble
2024-03-08 11:00:58 +01:00
parent bc1d67f01c
commit 8e7134cf91
@@ -45,7 +45,7 @@ class Post extends Model
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithMixin\Models{
/**
*
*
*
* @property $someProp
* @method someMethod(string $method)
@@ -60,7 +60,7 @@ namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWi
namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWithMixin\Models{
/**
*
*
*
* @property $someProp
* @method someMethod(string $method)