Closed (fixed)
Project:
simpleSAMLphp Authentication
Version:
8.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 May 2019 at 12:57 UTC
Updated:
18 Aug 2019 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
oknateComment #3
idebr commentedThe code sniffer reports a few more code style issues, see https://www.drupal.org/pift-ci-job/1278654
Comment #4
oknateI address the issues mentioned in #3 in this patch. I haven't tested it yet. I'd like to test the message statements that I changed to make sure I didn't break anything. Other than that, everything is pretty strait forward.
Comment #5
oknateFixing one suggestion from @TR on #3047241: Remove deprecated code for Drupal 9,
Comment #6
oknateComment #7
idebr commentedPatch no longer applies after #3047241: Remove deprecated code for Drupal 9 was committed.
Comment #8
oknateIgnore this one.
After I posted this I saw this:
dang, that should not be there.
Comment #9
oknateReroll
Comment #10
idebr commentedphpcs is finding a few more errors that should be fixed a well:
Comment #11
oknateFixing most of the errors in #10.
For missing type hints in simplesamlphp_auth.api.php, leaving those out, as they are API changes
Same with this one:
FILE: simplesamlphp_auth/src/EventSubscriber/SimplesamlSubscriber.php
128 | ERROR | Public method name "SimplesamlSubscriber::login_directly_with_external_IdP" is not in lowerCamel format
Comment #13
berdirThanks, removed some double spaces and also updated some deprecated method calls, committed.