Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Using faker method instead of properties #5583

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

JuanDMeGon
Copy link
Contributor

After Faker PHP 1.14, using properties is deprecated, and it is recommended to use methods instead.

See #164 for details.

It shouldn't be a breaking change.

After Faker PHP 1.14 using properties is deprecated and is recommended to use methods instead.
JuanDMeGon added a commit to JuanDMeGon/docs that referenced this pull request Apr 12, 2021
In concordance with [laravel#5583](laravel/laravel#5583), as after Faker PHP 1.14, using properties is deprecated, and it is recommended to use methods instead.

See [laravel#164](FakerPHP/Faker#164) for details.
JuanDMeGon added a commit to JuanDMeGon/docs that referenced this pull request Apr 12, 2021
In concordance with [laravel#5583](laravel/laravel#5583), as after Faker PHP 1.14, using properties is deprecated, and it is recommended to use methods instead.

See [laravel#164](FakerPHP/Faker#164) for details.
@JuanDMeGon
Copy link
Contributor Author

Already sent a PR to the docs to fix the examples accordingly 😊

@taylorotwell taylorotwell merged commit 0e8e9a0 into laravel:8.x Apr 13, 2021
taylorotwell pushed a commit to laravel/docs that referenced this pull request Apr 13, 2021
* [8.x] Using faker methods instead of properties

In concordance with [#5583](laravel/laravel#5583), as after Faker PHP 1.14, using properties is deprecated, and it is recommended to use methods instead.

See [#164](FakerPHP/Faker#164) for details.

* [8.x] Using faker method instead of properties

In concordance with [#5583](laravel/laravel#5583), as after Faker PHP 1.14, using properties is deprecated, and it is recommended to use methods instead.

See [#164](FakerPHP/Faker#164) for details.
crynobone added a commit to orchestral/testbench-core that referenced this pull request Apr 13, 2021
lisadeloach63 pushed a commit to lisadeloach63/testbench-core-Laravel that referenced this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants