Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Fix PSR2
Browse files Browse the repository at this point in the history
Co-Authored-By: callapa <lcalvet@centreon.com>
  • Loading branch information
sc979 and callapa committed Dec 10, 2018
1 parent 0a2e2c6 commit cb762e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/bootstrap/VulnerabilityCommentContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function($context) {
);
$currentPage->switchTab(4);
$comments = $currentPage->getComments();
if(!empty($comments)) {
if (!empty($comments)) {
$comment = array_shift($comments);
if ($comment['comment'] === $this->commentProperties['comment']) {
return true;
Expand Down

0 comments on commit cb762e9

Please sign in to comment.