Skip to content
Snippets Groups Projects

fix phpstan issues

Merged Patrick Kenny requested to merge issue/encrypt-3475687:phpstan into 8.x-3.x
8 files
+ 52
26
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -111,8 +111,8 @@ class EncryptCommands extends DrushCommands {
* Validates the given encryption profile.
* @aliases evp
*
* @return array
* A list of errors.
* @return array|null
* A list of errors, if there are any errors.
*
* @throws \Exception
*/
Loading