Mark Scherer 9 年之前
父节点
当前提交
4e9667def8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/Controller/Component/CommonComponent.php
  2. 1 1
      src/Model/Behavior/JsonableBehavior.php

+ 1 - 1
src/Controller/Component/CommonComponent.php

@@ -22,7 +22,7 @@ class CommonComponent extends Component {
 	 * For this helper the controller has to be passed as reference
 	 * for manual startup with $disableStartup = true (requires this to be called prior to any other method)
 	 *
-	 * @param Event $event
+	 * @param \Cake\Event\Event $event
 	 * @return void
 	 */
 	public function startup(Event $event) {

+ 1 - 1
src/Model/Behavior/JsonableBehavior.php

@@ -276,7 +276,7 @@ class JsonableBehavior extends Behavior {
 	 * @param string $val
 	 *
 	 * @return array
-     */
+	 */
 	public function _fromList($val) {
 		extract($this->_config);