Tags: AliSaberi/laravel-ide-helper
Tags
chore: prepare 2.10.0 release (barryvdh#1207) * chore: prepare 2.10.0 release * composer fix-style Co-authored-by: laravel-ide-helper <[email protected]>
Support both customized namespace factories as well as default resolv… …able ones (barryvdh#1201)
chore: add missing changelog entries (barryvdh#1176) * chore: mention the fix from barryvdh#1005 * chore: mention barryvdh#1163
[2.9] Drop support for: Laravel 6, Laravel 7, PHP 7.2 and add doctrin… …e/dbal ^3 (barryvdh#1114) * composer.json: drop support for PHP 7.2/Laravel 6+7 and bump dependencies * tests: remove framework version tests They don't apply anymore, we're Laravel 8+ only from now on * changelog: update for ending support for L6/7 and PHP7.2
FQCN bugfix when writing external eloquent builder methods inside mod… …els. (barryvdh#1113) * Fix code that was causing the test to break and fix bug with not built in types * Run cs fixer * Remove fetching the doc block type and the putting it as a type hint as a php doc block is sufficient * Revert doc block type hinting * Enchance doc block type hinting * Combine replacements * Use the full builder class instead of the parsed one after the getClassName function and remove in array check * Get the builder from the model itself instead of passing a string directly the function * Use the full builder class to get the builder methods and reflection, but use the parsed builder class after setting its method in the doc * Add test for fqn support on external eloquent builder * Use the external builder if necessary when building the magic wheres * Use the default eloquent builder if the user has disabled the external builder option
[TESTS] Running in CI should not create but rather fail on missing sn… …apshots (barryvdh#1039) * tests: running in CI should not create but rather fail on missing snapshots Otherwise they get created on the CI infrastructure but that's it, the build won't fail although it was forgotten to add the snapshot. * Bump minimum phpunit version which correctly accepts the `-d` parameter The `prefer-lowest` version we get with L6 is 8.0.0 which throws this error: ``` PHP Fatal error: Uncaught TypeError: ini_set() expects parameter 2 to be string, bool given in /home/runner/work/laravel-ide-helper/laravel-ide-helper/vendor/phpunit/phpunit/src/TextUI/Command.php:379 ``` * Update composer.json Co-authored-by: Barry vd. Heuvel <[email protected]>
[PHPCS] Extend to check/fix all source code and turn GHA into auto-co… …mmit fixer (barryvdh#1003) * phpcs: enable also for config, resources and tests * composer fix-style * vendor/bin/phpunit -d --update-snapshots * gha: instead of checking the style, fix and auto-commit it 💪
PreviousNext