mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix CS/phpstan error
This commit is contained in:
@@ -7,6 +7,7 @@ parameters:
|
||||
|
||||
ignoreErrors:
|
||||
- '~class (GSSAPIContext|KRB5CCache)~'
|
||||
- '~Function pam_chpass invoked with 3 parameters, 4-5 required~'
|
||||
|
||||
scanFiles:
|
||||
- vendor/pear/pear-core-minimal/src/PEAR.php
|
||||
|
||||
@@ -460,7 +460,7 @@ class rcube_imap extends rcube_storage
|
||||
*
|
||||
* @param string $name Namespace array index: personal, other, shared, prefix
|
||||
*
|
||||
* @return null|string|array Namespace data
|
||||
* @return string|array|null Namespace data
|
||||
*/
|
||||
public function get_namespace($name = null)
|
||||
{
|
||||
|
||||
@@ -335,7 +335,7 @@ abstract class rcube_storage
|
||||
*
|
||||
* @param string $name Namespace array index: personal, other, shared, prefix
|
||||
*
|
||||
* @return null|string|array Namespace data
|
||||
* @return string|array|null Namespace data
|
||||
*/
|
||||
abstract public function get_namespace($name = null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user