-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
Co-authored-by: Dries Vints <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ matrix: | |
- php: 7.3 | ||
- php: 7.3 | ||
env: SETUP=lowest | ||
- php: 7.4snapshot | ||
|
||
cache: | ||
directories: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ public function resolveRouteBinding($value) | |
*/ | ||
public function offsetExists($offset) | ||
{ | ||
return array_key_exists($offset, $this->resource); | ||
return isset($this->resource[$offset]); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
GrahamCampbell
Author
Member
|
||
} | ||
|
||
/** | ||
|
Cannot use object of type Results\ListingResult as array