You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12.x] Introducing `toArray` to `ComponentAttributeBag` class (#55258)
* introducing toArray to ComponentAttributeBag class
* using all inside the toArray
* Update ComponentAttributeBag.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Introducing `toArray` to `ComponentAttributeBag` class (#55258)
* introducing toArray to ComponentAttributeBag class
* using all inside the toArray
* Update ComponentAttributeBag.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Introducing `toArray` to `ComponentAttributeBag` class (#55258)
* introducing toArray to ComponentAttributeBag class
* using all inside the toArray
* Update ComponentAttributeBag.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Introducing `toArray` to `ComponentAttributeBag` class (#55258)
* introducing toArray to ComponentAttributeBag class
* using all inside the toArray
* Update ComponentAttributeBag.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
[12.x] Introducing `toArray` to `ComponentAttributeBag` class (#55258)
* introducing toArray to ComponentAttributeBag class
* using all inside the toArray
* Update ComponentAttributeBag.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
use single indent for multiline ternarys (#54971)
this continues on some of my earlier formatting changes.
you can read #53748 for my arguments why single indent is better.