Browse Source

Merge pull request #101 from Adnan0703/master

docs
Mark S. 11 years ago
parent
commit
1054e5109c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Controller/Component/CommonComponent.php

+ 4 - 4
Controller/Component/CommonComponent.php

@@ -657,7 +657,7 @@ class CommonComponent extends Component {
 	/**
 	 * Main controller function for consistency in controller naming
 	 *
-	 * @deprecated
+	 * @deprecated Will be removed in 1.0
 	 * @return void
 	 */
 	public function ensureControllerConsistency() {
@@ -696,7 +696,7 @@ class CommonComponent extends Component {
 	 * Main controller function for seo-slugs
 	 * passed titleSlug != current title => redirect to the expected one
 	 *
-	 * @deprecated
+	 * @deprecated Will be removed in 1.0
 	 * @return void
 	 */
 	public function ensureConsistency($id, $passedTitleSlug, $currentTitle) {
@@ -772,7 +772,7 @@ class CommonComponent extends Component {
 	 *
 	 * //TODO: 3.4. parameter as array, move to Lib
 	 *
-	 * @deprecated
+	 * @deprecated Will be removed in 1.0.
 	 * @param string $string containing the parts
 	 * @param string $separator (defaults to ',')
 	 * @param bool $camelize (true/false): problems with äöüß etc!
@@ -959,7 +959,7 @@ class CommonComponent extends Component {
 	 * @param string $type: user, ...
 	 * @param int $length (if no type is submitted)
 	 * @return pwd on success, empty string otherwise
-	 * @deprecated - use RandomLib
+	 * @deprecated Will be removed in 1.0. Use RandomLib
 	 */
 	public static function pwd($type = null, $length = null) {
 		trigger_error('deprecated');