Problem/Motivation
grantSingleAuthorization changed from public function grantSingleAuthorization(UserInterface $user, $consumer_mapping): void to public function grantSingleAuthorization(UserInterface $user, $mapping, string $profile_id): void
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | remove_php_warning_for_PR_18_#3485136.patch | 1.09 KB | input |
Issue fork authorization_group-3485136
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
karlsheaComment #4
karlsheaAlso fixed a bunch of stuff from phpcs/phpstan. Will have to live with the deprecated interface warning, using the static methods didn't work when the tests ran (was throwing an error about a missing chained service).
Comment #5
willabby commentedAfter updating site to Authorization 1.5 we experienced same error. Can confirm this patch fixed issue, thank you!
Comment #6
input commentedCurrently testing with PR from #3 with Authorization 1.5 and LDAP.
For the moment it looks good.
Comment #7
input commentedIf you set "Group and Role" to None (basic membership) there will be a warning created when using PR from #3.
Think i fixed this.
Comment #8
karlsheaThanks, @input!
Comment #10
karlshea