Fix parameter type hint order in AccessResultReasonInterface and FileListingTest

Created on 3 May 2023, over 1 year ago
Updated 4 May 2023, over 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 about 7 hours 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.71.5 2024