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

Add insertModelsReturning macro #7

Merged
merged 3 commits into from
Oct 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix phpstan baseline
bastien-phi committed Oct 27, 2022
commit 088d6105671258f2d99964d47cbf65687a3a4504
10 changes: 0 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -15,16 +15,6 @@ parameters:
count: 1
path: src/Mixins/Creation.php

-
message: "#^Call to an undefined method Soyhuce\\\\EloquentExtended\\\\Mixins\\\\Creation\\<TModel of Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:insertReturning\\(\\)\\.$#"
count: 1
path: src/Mixins/Creation.php

-
message: "#^Call to an undefined method Soyhuce\\\\EloquentExtended\\\\Mixins\\\\Creation\\<TModel of Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\:\\:upsertReturning\\(\\)\\.$#"
count: 1
path: src/Mixins/Creation.php

-
message: "#^Call to protected method addTimestampsToUpsertValues\\(\\) of class Illuminate\\\\Database\\\\Eloquent\\\\Builder\\<TModel of Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\.$#"
count: 2