Fix Declaration of RestResponseComponent warning

pull/5084/head
Richie B2B 2019-08-30 19:39:05 +02:00 committed by GitHub
parent 8630384f56
commit f6b18ccada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class RestResponseComponent extends Component
private $__scopedFieldsConstraint = array();
public function initialize($controller) {
public function initialize(Controller $controller) {
$this->__configureFieldConstraints();
}