I've notice the following notice inside my apps logs:
PHP Notice: Cannot use a scalar value as an array in phalcon/http/response.zep on line 461 in ...
which is triggered by the following line of my code inside one of my controllers:
$this->response->redirect('mycontroller/myaction/' . $form->getEntity()->getHash(), false, 200);
Any idea, guys?