Browse Source

CS in RssView, missing throws

Bryan Crowe 12 years ago
parent
commit
f95407837d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      View/RssView.php

+ 1 - 0
View/RssView.php

@@ -172,6 +172,7 @@ class RssView extends View {
 	 *
 	 * @param array $serialize The viewVars that need to be serialized.
 	 * @return string The serialized data
+	 * @throws RuntimeException When the prefix is not specified
 	 */
 	protected function _serialize($serialize) {
 		$rootNode = isset($this->viewVars['_rootNode']) ? $this->viewVars['_rootNode'] : 'channel';