Merge pull request #5084 from RichieB2B/patch-6

Fix Declaration of RestResponseComponent warning
pull/5097/head
Andras Iklody 2019-08-30 20:31:22 +02:00 committed by GitHub
commit 0396cc5cb3
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();
}