udokmeci/yii2-beanstalk

Readme File semi-colon missing

Closed this issue · 1 comments

There is a error in the following line under controller section. One semi colon is missing. Is there is any way i can edit this?

 if($IWantSomethingCustom==true) {
                Yii::$app->beanstalk->release($job);
                return self::NO_ACTION
}

Thank you.
Changed code.