mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
add throws tag to function comment
This commit is contained in:
parent
842cdf58f8
commit
bcb6549565
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class JsonView extends View {
|
|||
* PHP 5 <= 5.2.9 : Generic fall back error
|
||||
*
|
||||
* @param array $serialize The viewVars that need to be serialized
|
||||
* @throws CakeException
|
||||
* @return string The serialized data
|
||||
*/
|
||||
protected function _serialize($serialize) {
|
||||
|
|
Loading…
Add table
Reference in a new issue