6579c0332b
Remove doctrine ( #1512 )
...
* Remove doctrine
* Fix tests
* normalize composer.json
* Add back platform
* Bump integration versions
* composer fix-style
* Fix stability
* Bump minimum to 10.36
* Bump minimum to 10.38
* More types
* Fast fail off
* Bump docblock
* composer fix-style
* add bpchar
* Use match for type detection
Co-authored-by: Hafez Divandari <[email protected] >
* Use driverName
Co-authored-by: Hafez Divandari <[email protected] >
* fix match
* TWeak types
* Update snapshots
* Remove testbench 7
* composer fix-style
* Update src/Console/ModelsCommand.php
Co-authored-by: Hafez Divandari <[email protected] >
* Update src/Console/ModelsCommand.php
Co-authored-by: Hafez Divandari <[email protected] >
* Tweak bool
* Update src/Console/ModelsCommand.php
Co-authored-by: Hafez Divandari <[email protected] >
* composer fix-style
* Remove custom types, default to string
---------
Co-authored-by: barryvdh <[email protected] >
Co-authored-by: laravel-ide-helper <[email protected] >
Co-authored-by: Hafez Divandari <[email protected] >
2024-02-17 11:12:12 +01:00
Barry vd. Heuvel
77831852bb
Fix final class keyword ( #1517 )
...
* Fix final class keyword
* Add changelog
2024-02-15 15:23:20 +01:00
GeoSot
bc158a1b86
Add AllowDynamicProperties Attribute to cooperate with php8.2 deprecation ( #1428 )
...
* Add `AllowDynamicProperties` Attribute to cooperate with php8.2 deprecation
* lint snapshot
2024-02-08 11:09:30 +01:00
Markus Podar
0801d002e4
Fix tests for edc422cd2e ( #1457 )
...
I just ran `composer test-regenerate`
2023-07-31 13:26:41 +02:00
George Boot
dd12b7cdcb
Generate cleaner model mixin classes ( #1268 )
...
* Generate cleaner model mixin classes
* Fix test
2021-10-25 13:44:43 +02:00
Barry vd. Heuvel
b268871c16
Fix tests
2021-08-04 11:40:36 +02:00
Ajay Dwivedi
2fc239623b
Fix #1173 Use FQN for write-mixin ( #1174 )
...
* Fix #1173 Use FQN for write-mixin
* Fix #1173 Use FQN for write-mixin: Update Test cases
2021-08-04 11:26:51 +02:00
edcoreweb and Markus Podar
24596b67f1
New --write-mixin option. ( #764 )
...
* New --write-mixin option.
* Keep all tags from the existing docblock.
* Update argument description to be more descriptive
Co-authored-by: Markus Podar <[email protected] >
* Add the new --write-mixin option to the docs
* Add test for the new --write-mixin option
* Update README.md
* composer fix-style
* Adapt test after refactoring recently done
Co-authored-by: Markus Podar <[email protected] >
2020-09-06 07:57:00 +02:00