Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
php-extended
php-api-com-yopmail-object
Commits
83d8b625
Commit
83d8b625
authored
Nov 09, 2022
by
Anastaszor
Browse files
Harmonization 2022-11-09 Correction build workflow
parent
8ee98be9
Pipeline
#690414936
passed with stage
in 3 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
83d8b625
...
...
@@ -11,7 +11,8 @@
],
"homepage"
:
"https://gitlab.com/php-extended/php-api-com-yopmail-object"
,
"license"
:
"MIT"
,
"authors"
:
[{
"authors"
:
[
{
"name"
:
"Anastaszor"
,
"homepage"
:
"https://gitlab.com/Anastaszor"
,
"role"
:
"developer"
...
...
src/YopmailComApiEndpoint.php
View file @
83d8b625
...
...
@@ -106,7 +106,6 @@ class YopmailComApiEndpoint extends HttpHtmlEndpoint implements YopmailComApiEnd
$fullData
=
$dom
->
getText
();
if
(
false
!==
\
mb_stripos
(
$fullData
,
'No mail for'
))
{
/** @phpstan-ignore-next-line */
return
new
PagedIterator
(
new
ArrayIterator
(),
1
,
1
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment