•  
      request #28890 fix unused spotted by static analysis
    Infos
    #28890
    Marie Ange Garnier (marieange)
    2022-10-10 13:48
    2022-10-10 12:24
    30450
    Details
    fix unused spotted by static analysis

    ERROR: UnusedProperty - plugins/gitlab/include/API/GitlabRequestFault.php:32:49 - Cannot find explicit references to private property Tuleap\Gitlab\API\GitlabRequestFault::$message (but did find some potential references) (see https://psalm.dev/150)

    private function __construct(private string $message, private int $status_code)
    

    ERROR: UnusedProperty - plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDoneAdminPresenter.php:37:25 - Cannot find explicit references to private property Tuleap\Tracker\Semantic\Status\Done\SemanticDoneAdminPresenter::$tracker (but did find some potential references) (see https://psalm.dev/150)

        private Tracker $tracker,
    
    Empty
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Marie Ange Garnier (marieange)
    Closed
    2022-10-10
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Connected artifacts