Fix parameter type hint order in AccessResultReasonInterface and FileListingTest

Created on 3 May 2023, about 1 year ago
Updated 4 May 2023, about 1 year ago

Problem/Motivation

The doc comment for setReason() has this param type hint:

   * @param $reason string|null
   *   The reason of this access result or NULL if no reason is provided.

should be

   * @param string|null $reason
   *   The reason of this access result or NULL if no reason is provided.

Steps to reproduce

See AccessResultReasonInterface.php

πŸ› Bug report
Status

Fixed

Version

10.1 ✨

Component
DocumentationΒ  β†’

Last updated less than a minute ago

No maintainer
Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024