Skip to content

0.6.2

Compare
Choose a tag to compare
@canvural canvural released this 30 Jul 19:36

Fixed

  • Fix false positive for NoUnnecessaryCollectionCallRule when statically calling hydrate on a Model class. (#609)
  • Fixed slightly incorrect stubs for accepted $values for whereBetween/orWhereBetween and whereRowValues/orWhereRowValues (#626)
  • Check if facade fake exists (852c131)
  • Correct query builder stub (d8d8b41)
  • Dont override return type when eloquent builder returns a query builder instance (b5f96b4)
  • Handle the case when a custom query builder does not have generic annotations (c54b517)
  • Soft delete trait methods should return generic Eloquent builder with model (023043b)

Added