mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Fix tests
This commit is contained in:
parent
d142df6cf7
commit
414b0e7156
@ -267,7 +267,7 @@ Feature: Eloquent Builder types
|
|||||||
When I run Psalm
|
When I run Psalm
|
||||||
Then I see these errors
|
Then I see these errors
|
||||||
| Type | Message |
|
| Type | Message |
|
||||||
| InvalidScalarArgument | Argument 3 of Illuminate\Database\Eloquent\Builder::whereDate expects DateTimeInterface\|null\|string, 1 provided |
|
| InvalidScalarArgument | Argument 3 of Illuminate\Database\Eloquent\Builder::whereDate expects DateTimeInterface\|null\|string, but 1 provided |
|
||||||
|
|
||||||
Scenario: can call count on the builder instance
|
Scenario: can call count on the builder instance
|
||||||
Given I have the following code
|
Given I have the following code
|
||||||
|
Loading…
Reference in New Issue
Block a user