Giter Club home page Giter Club logo

Comments (5)

joelharkes avatar joelharkes commented on September 21, 2024

Sadly scout doesnt implement the Builder interface :(
https://github.com/guiwoda/laravel-scout/blob/master/src/Builder.php

from laravel-excel.

joelharkes avatar joelharkes commented on September 21, 2024

It would be better to revert Scout Query and instead just call the underlying query builder with ->query in code

from laravel-excel.

patrickbrouwers avatar patrickbrouwers commented on September 21, 2024

As far as I understood that wouldn't be the same. I don't see any reason to revert the Scout feature.

Not strictly use this type.

Nothing is "strictly" using this type, it's completly opt in. It's just on the doclbock, which Phpstan sees. Nothing breaks functionally.

I don't see your class in your issue, so I'm just guessing. But it sounds like you don't have a return type in your own code, so PHPstan will probably fallback onto the interface doclbock. If you just add \Illuminate\Contracts\Database\Query\Builder as docblock or return type to your own code (like is intended), Phpstan will pass.

from laravel-excel.

joelharkes avatar joelharkes commented on September 21, 2024

@patrickbrouwers but there is an instance of Scout/Builder in code. how Does your code run if the Scout/Builder class is not available in your vendor packages?

at least laravel scout should be added in composer json as dependency

from laravel-excel.

patrickbrouwers avatar patrickbrouwers commented on September 21, 2024

Instanceof checks don't care about the class actually existing. The rest of the logic only runs if the class exists

from laravel-excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.