Skip to content

Commit

Permalink
Merge pull request #947 from ergebnis/feature/faker
Browse files Browse the repository at this point in the history
Enhancement: Update `fakerphp/faker`
  • Loading branch information
localheinz authored Dec 20, 2022
2 parents aeeb1d7 + 60adafc commit 21ccffd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`1.2.0...main`][1.2.0...main].

### Changed

- Required `fakerphp/faker:^1.20.0` ([#947]), by [@localheinz]

## [`1.2.0`][1.2.0]

For a full diff see [`1.1.0...1.2.0`][1.1.0...1.2.0].
Expand Down Expand Up @@ -299,6 +303,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[#702]: https://github.com/ergebnis/factory-bot/pull/702
[#912]: https://github.com/ergebnis/factory-bot/pull/912
[#922]: https://github.com/ergebnis/factory-bot/pull/922
[#947]: https://github.com/ergebnis/factory-bot/pull/947

[@abenerd]: https://github.com/abenerd
[@localheinz]: https://github.com/localheinz
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"doctrine/orm": "^2.8.0",
"doctrine/persistence": "^2.1.0",
"ergebnis/classy": "^1.4.0",
"fakerphp/faker": "^1.11.0"
"fakerphp/faker": "^1.20.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
Expand Down
25 changes: 14 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@
<InternalMethod occurrences="1">
<code>addToAssertionCount</code>
</InternalMethod>
<MixedInferredReturnType occurrences="1">
<code>string</code>
</MixedInferredReturnType>
<MixedReturnStatement occurrences="1">
<code>$faker-&gt;unique()-&gt;uuid()</code>
</MixedReturnStatement>
</file>
<file src="test/Unit/EntityDefinitionTest.php">
<MissingClosureParamType occurrences="2">
Expand Down Expand Up @@ -257,10 +251,6 @@
<code>$fieldValues['name']</code>
<code>$name</code>
</MixedArgument>
<MixedAssignment occurrences="2">
<code>$name</code>
<code>$name</code>
</MixedAssignment>
<RedundantCondition occurrences="2">
<code>assertNotNull</code>
<code>assertNotNull</code>
Expand Down

0 comments on commit 21ccffd

Please sign in to comment.