@see: 7.8.4.3.2. Basic Usage Examples
...
$this->_redirector->setCode('303')should become: $this->_redirector->setCode(303)
@see: 7.8.4.3.2. Basic Usage Examples
...
$this->_redirector->setCode('303')should become: $this->_redirector->setCode(303)