Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
reminec
Limaju Server Symfony
Commits
8cff0b50
Commit
8cff0b50
authored
Oct 01, 2019
by
Dominique Merle
💬
Browse files
The error trigger reported an error.
Thankfully, we have a test-suite.
parent
e13e8ad5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Tally/Output/LimajuPollOptionTally.php
View file @
8cff0b50
...
...
@@ -226,7 +226,7 @@ class LimajuPollOptionTally
if
(
isset
(
$tally
[
$mention
]))
{
$count
+=
(
int
)
$tally
[
$mention
];
}
else
{
trigger_error
(
"Mention `
$mention
' is not available in the tally."
,
E_ERROR
);
trigger_error
(
"Mention `
$mention
' is not available in the tally."
,
E_
USER_
ERROR
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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