Add AllowDynamicProperties Attribute to cooperate with php8.2 deprecation (#1428)

* Add `AllowDynamicProperties` Attribute to cooperate with php8.2 deprecation

* lint snapshot
This commit is contained in:
GeoSot
2024-02-08 11:09:30 +01:00
committed by GitHub
parent 341c0ab89f
commit bc158a1b86
2 changed files with 5 additions and 2 deletions
@@ -184,6 +184,7 @@ namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\GeneratePhpdocWi
* @method static \Illuminate\Database\Eloquent\Builder|Post whereYearNullable($value)
* @mixin \Eloquent
*/
#[\AllowDynamicProperties]
class IdeHelperPost {}
}