Skip to content
Snippets Groups Projects

fix phpstan issues

8 files
+ 52
26
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -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