Skip to content
Snippets Groups Projects
Unverified Commit c170f7a9 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Coding style

parent 3dca0fd5
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class interactionemail extends interactionlibbase {
$date = $process->timestepchanged;
for ($i = $process->stepindex; $i <= count($steps); $i++) {
// The variable $i represents the stepindex. The index of $steps starts at 0.
/* @var $step step_subplugin */
/* @var $step step_subplugin class entry of the subplugin step */
$step = $steps[$i - 1];
if ($step->subpluginname == 'email') {
$settings = settings_manager::get_settings($step->id, settings_type::STEP);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment