Mark Scherer 9 年 前
コミット
4e9667def8

+ 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);