Code Monkey home page Code Monkey logo

Comments (9)

SachinBahukhandi avatar SachinBahukhandi commented on June 11, 2024

How were you able to get this error? PHP version, laravel version?

from laravel-responder.

konstmal avatar konstmal commented on June 11, 2024

PHP v 8.0.1
Laravel v8.83.27

from laravel-responder.

SachinBahukhandi avatar SachinBahukhandi commented on June 11, 2024

PHP v 8.0.1 Laravel v8.83.27

Sorry, forgot to mention, what is the pacakge-version?
Also, could you please add a minimum reproducable example?

from laravel-responder.

konstmal avatar konstmal commented on June 11, 2024

I caught the error in 3.3.0 version, where was added type hint for functions
In 3.2.0 there are no problems

from laravel-responder.

SachinBahukhandi avatar SachinBahukhandi commented on June 11, 2024

I caught the error in 3.3.0 version, where was added type hint for functions In 3.2.0 there are no problems

I tried using this code snippet:

 return $transformation->resource(User::all())->serializer(NoopSerializer::class)->transform();

But it did not break.

from laravel-responder.

konstmal avatar konstmal commented on June 11, 2024

$anyUser = User::query()->first(); return [ 'other' => transformation($anyUser, new UserTransformer())->transform(), ];

This is my code, and the error exists where $anyUser has some null fields

from laravel-responder.

ivanich274 avatar ivanich274 commented on June 11, 2024

same problem, reverted back to v3.2.0

from laravel-responder.

zdravstvuy1714 avatar zdravstvuy1714 commented on June 11, 2024

+1

from laravel-responder.

morhi avatar morhi commented on June 11, 2024

Would be nice to have a fix for this.. this code is obviously not working:

    public function null(): array
    {
        return null; # Cannot return null if type must be array
    }

I guess the type definition for this method should be ?array, because null must be returned for relationships, that cannot be resolved, so that they actually return null instead of [].

from laravel-responder.

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.