Skip to content

Commit

Permalink
Fix for issue mautic#5103 - correcting syntax/spaces for passing Trav…
Browse files Browse the repository at this point in the history
…is CI PHP 7.1 tests
  • Loading branch information
stancel committed May 31, 2018
1 parent de566d8 commit 09293cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/LeadBundle/Helper/IdentifyCompanyHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static function findCompany(array $parameters, CompanyModel $companyModel

if (isset($parameters['email']) || isset($parameters['companyemail'])) {
$companyDomain = isset($parameters['email']) ? self::domainExists($parameters['email']) : self::domainExists($parameters['companyemail']);
}
}

if (empty($parameters['companywebsite']) && !empty($parameters['companyemail'])) {
$companyDomain = self::domainExists($parameters['companyemail']);
Expand Down

0 comments on commit 09293cb

Please sign in to comment.