Mark Scherer 9 years ago
parent
commit
d745ad8ca0

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

@@ -234,7 +234,6 @@ class CommonComponent extends Component {
 	 *
 	 * @param mixed $url
 	 * @param int $status
-	 * @param bool $exit
 	 * @return \Cake\Network\Response
 	 */
 	public function completeRedirect($url = null, $status = null) {

+ 2 - 2
src/Controller/Component/MobileComponent.php

@@ -63,7 +63,7 @@ class MobileComponent extends Component {
 	/**
 	 * MobileComponent::initialize()
 	 *
-	 * @param \Cake\Controller\Controller $Controller
+	 * @param array $config
 	 * @return void
 	 */
 	public function initialize(array $config) {
@@ -78,7 +78,7 @@ class MobileComponent extends Component {
 	/**
 	 * MobileComponent::startup()
 	 *
-	 * @param \Cake\Controller\Controller $Controller
+	 * @param \Cake\Event\Event $event
 	 * @return void
 	 */
 	public function beforeFilter(Event $event) {

+ 0 - 1
src/TestSuite/ToolsTestTrait.php

@@ -58,7 +58,6 @@ trait ToolsTestTrait {
 	 * Forces flushing the output if -v or -vv is set.
 	 *
 	 * @param mixed $data
-	 * @param bool $force Should the output be flushed (forced)
 	 * @return void
 	 */
 	protected static function debug($data) {

+ 0 - 1
src/View/Helper/FormatHelper.php

@@ -605,7 +605,6 @@ class FormatHelper extends Helper {
 	 * @param array $array The result (numericaly keyed, associative inner) array.
 	 * @param array $options
 	 * @param array $attributes For the table
-	 * @param string $null String to output for blank cells
 	 * @return string
 	 */
 	public function array2table(array $array, array $options = [], array $attributes = []) {