We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9508672 commit fda8a7dCopy full SHA for fda8a7d
app/V1Module/presenters/base/BasePresenter.php
@@ -130,11 +130,6 @@ public function startup()
130
Validators::init();
131
$this->processParams($actionReflection);
132
133
- // TODO -- coerce bools in params
134
- if (!empty($this->params['archived'])) {
135
- $this->params['archived'] = filter_var($this->params['archived'], FILTER_VALIDATE_BOOLEAN);
136
- }
137
-
138
// ACL-checking method
139
$this->tryCall($this->formatPermissionCheckMethod($this->getAction()), $this->params);
140
}
0 commit comments