Page MenuHomeDevCentral

Refactor analyzers traits
Open, Needs TriagePublic

Description

Nasqueron\Notifications\Analyzers\GitHub\Events\WithCommit trait makes a reference to the static self::cut.

A trait should only makes reference to method from itself. Here we should perhaps make a reference to Event::cut.