mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
7345b1bff4
commit
4c9b88f4b0
+1
-1
@@ -7,7 +7,7 @@ namespace Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\PhpAttributesClo
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
// Tests: closure expression inside an attribute argument (PHP 8.5+)
|
||||
#[SomeClosureAttr(fn() => true)]
|
||||
#[SomeClosureAttr(fn () => true)]
|
||||
class ClosureInAttribute extends Model
|
||||
{
|
||||
protected $table = 'simples';
|
||||
|
||||
Reference in New Issue
Block a user