Git Product home page Git Product logo

Comments (12)

jadb avatar jadb commented on May 30, 2024

Where is cake\event\event used without property capitalization? Looks like its related to something like that.

from crud.

bravo-kernel avatar bravo-kernel commented on May 30, 2024

I will check my plugin for any lower casing in my plugin tomorrow. Would be akward to say the least 😏

from crud.

bravo-kernel avatar bravo-kernel commented on May 30, 2024

Just checked and there are only two references to Cake\Event\Event in my (almost empty) plugin and they are using the correct casing, just like found in the CRUD plugin:

use Cake\Event\Event;

    /**
     * beforeFilter
     *
     * @param Cake\Event\Event $event Event instance
     * @return void
     */
    public function beforeFilter(Event $event)
    {
        pr("AppPlusPlus component beforeFilter()");
    }

Could it be related to the CRUD plugin and not my code? No biggie if this isn't solved, I can just disable Scrutinizer for the time being.

from crud.

bravo-kernel avatar bravo-kernel commented on May 30, 2024

Spotted one difference though, CRUD uses a leading , testing right now.

* @param \Cake\Event\Event $event Event instance

from crud.

jippi avatar jippi commented on May 30, 2024

feel free to PR a fix for it :)

from crud.

bravo-kernel avatar bravo-kernel commented on May 30, 2024

Sorry guys, I have triple-checked my sources and even disabled everything remotely related to this but the outcome is still the same and because the Scrutinizer information is so limited I honestly have no idea what to investigate next.

from crud.

bravo-kernel avatar bravo-kernel commented on May 30, 2024

I have stripped my app to the bare minimum but the issue persists. Since this plugin is pretty rock-solid the issue could very well be caused by some configuration f*** up on my behalf so... feel free to close if you guys think this is one of those cases.

from crud.

dakota avatar dakota commented on May 30, 2024

For the record, I am getting the exact same issue.

from crud.

dakota avatar dakota commented on May 30, 2024

Asked Scrutinizer support, and they said:

it seems like in that dependency, there is somewhere a reference to a class Γ‰vent (note the apostrophe on the first E) which is causing problems with the analyzer. We will release a fix for this shortly, but it's probably also a bug in that dependency which you might want to fix/report.

Although, can't actually find any such reference.

from crud.

bravo-kernel avatar bravo-kernel commented on May 30, 2024

@dakota thanks for looking into this, very interesting to say the least

from crud.

dakota avatar dakota commented on May 30, 2024

@bravo-kernel Well, it's affecting me as well :)

from crud.

ADmad avatar ADmad commented on May 30, 2024

Closing as PR has been opened.

from crud.

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.