Problem/Motivation
The phpstan scan added by the GitLab CI template identifies some issues:
------ ---------------------------------------------------------------------
Line src/Plugin/EncryptionMethod/SodiumEncryptionMethod.php
------ ---------------------------------------------------------------------
45 Instantiated class ParagonIE\Halite\HiddenString not found.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
54 Instantiated class ParagonIE\Halite\HiddenString not found.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
70 Instantiated class ParagonIE\Halite\HiddenString not found.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
------ ---------------------------------------------------------------------
[ERROR] Found 3 errors
Let's fix these.
Issue fork sodium-3448072
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
ptmkenny commentedNeed the parent issue committed first: #3442136: Add GitLab CI template
Comment #4
ptmkenny commentedComment #6
ptmkenny commented