Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
e0498435
Unverified
Commit
e0498435
authored
4 years ago
by
Christoph Wurst
Browse files
Options
Downloads
Patches
Plain Diff
Fix wrong documented type
Signed-off-by:
Christoph Wurst
<
christoph@winzerhof-wurst.at
>
parent
ee247753
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/Model/IMAPMessage.php
+1
-1
1 addition, 1 deletion
lib/Model/IMAPMessage.php
lib/Model/IMessage.php
+1
-1
1 addition, 1 deletion
lib/Model/IMessage.php
with
2 additions
and
2 deletions
lib/Model/IMAPMessage.php
+
1
−
1
View file @
e0498435
...
@@ -145,7 +145,7 @@ class IMAPMessage implements IMessage, JsonSerializable {
...
@@ -145,7 +145,7 @@ class IMAPMessage implements IMessage, JsonSerializable {
}
}
/**
/**
* @param
string
$flags
* @param
array
$flags
*
*
* @throws Exception
* @throws Exception
*
*
...
...
This diff is collapsed.
Click to expand it.
lib/Model/IMessage.php
+
1
−
1
View file @
e0498435
...
@@ -46,7 +46,7 @@ interface IMessage {
...
@@ -46,7 +46,7 @@ interface IMessage {
public
function
getFlags
():
array
;
public
function
getFlags
():
array
;
/**
/**
* @param
string
$flags
* @param
array
$flags
*/
*/
public
function
setFlags
(
array
$flags
);
public
function
setFlags
(
array
$flags
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment