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

Commit

Permalink
Ignore exit() usage in reconnect script
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jan 18, 2019
1 parent 1176a80 commit 1d44ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Nosto/Tagging/shell/reconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ protected function checkArgs()
if (!$this->getArg($argument)) {
echo sprintf("Missing %s \n", $argument); //@codingStandardsIgnoreLine
echo $this->usageHelp(); //@codingStandardsIgnoreLine
exit(1);
exit(1); //@codingStandardsIgnoreLine
}
}
return true;
Expand Down

0 comments on commit 1d44ee1

Please sign in to comment.