ソースを参照

remove unnecessary doc block lines

euromark 11 年 前
コミット
312173aa0a

+ 0 - 1
Console/Command/CcShell.php

@@ -12,7 +12,6 @@ if (!defined('LF')) {
  * Workes perfectly with PHPDesigner - but should also work with most other IDEs out of the box
  *
  * @version 1.1
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/ConvertShell.php

@@ -15,7 +15,6 @@ App::uses('AppShell', 'Console/Command');
  *
  * It is also possible to manually define the binPath (for Windows for example).
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/CopyShell.php

@@ -35,7 +35,6 @@ if (!defined('WINDOWS')) {
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class CopyShell extends AppShell {
 

+ 0 - 1
Console/Command/EncodingShell.php

@@ -5,7 +5,6 @@ App::uses('AppShell', 'Console/Command');
 /**
  * Detect encoding or find invalid files (starting with BOM)
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/FolderSyncShell.php

@@ -8,7 +8,6 @@ App::uses('AppShell', 'Console/Command');
  * You can also remove files in a if they are not longer existent in b
  *
  * @version 1.0
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/IndentShell.php

@@ -33,7 +33,6 @@ App::uses('AppShell', 'Console/Command');
  *
  * Oh, and: Use TABS for indentation of code - ALWAYS.
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/IndexShell.php

@@ -20,7 +20,6 @@ App::uses('AppShell', 'Console/Command');
  * @author Mark Scherer
  * @link
  * @license http://www.opensource.org/licenses/mit-license.php The MIT License
- * @cakephp 2.x
  */
 class IndexShell extends AppShell {
 

+ 0 - 1
Console/Command/PhpTagShell.php

@@ -7,7 +7,6 @@ App::uses('Folder', 'Utility');
  * it also makes sure there is no whitespace at the beginning of the file
  *
  * @author Mark Scherer, Maximilian Ruta
- * @cakephp 2.x
  * @license MIT
  */
 class PhpTagShell extends AppShell {

+ 0 - 1
Console/Command/PwdShell.php

@@ -5,7 +5,6 @@ App::uses('ComponentCollection', 'Controller');
 /**
  * Password hashing and output
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/ResetShell.php

@@ -9,7 +9,6 @@ App::uses('AppShell', 'Console/Command');
 /**
  * Reset user data
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Console/Command/UserShell.php

@@ -9,7 +9,6 @@ App::uses('AppShell', 'Console/Command');
 /**
  * Create a new user from CLI
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Controller/Component/Auth/TinyAuthorize.php

@@ -29,7 +29,6 @@ if (!defined('ACL_FILE')) {
  *
  * @version 1.2 - now allows other parent model relations besides Role/role_id
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class TinyAuthorize extends BaseAuthorize {

+ 0 - 1
Controller/Component/AuthExtComponent.php

@@ -17,7 +17,6 @@ App::uses('AuthComponent', 'Controller/Component');
  * - dynamic login scope validation
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class AuthExtComponent extends AuthComponent {

+ 0 - 1
Lib/Auth.php

@@ -34,7 +34,6 @@ App::uses('Hash', 'Utility');
  * @author Mark Scherer
  * @license MIT
  * @php 5
- * @cakephp 2
  */
 class Auth {
 

+ 0 - 1
Lib/CurlLib.php

@@ -6,7 +6,6 @@
  * - can simulate/establish tor connection
  *
  * @license MIT
- * @cakephp 2.x
  */
 class CurlLib {
 

+ 0 - 1
Lib/CurrencyLib.php

@@ -18,7 +18,6 @@ App::uses('Xml', 'Utility');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class CurrencyLib {
 

+ 0 - 1
Lib/EmailLib.php

@@ -40,7 +40,6 @@ if (!Configure::read('Config.adminName')) {
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class EmailLib extends CakeEmail {
 

+ 0 - 1
Lib/GeocodeLib.php

@@ -12,7 +12,6 @@ App::uses('HttpSocket', 'Network/Http');
  * - Work with exceptions in 2.x
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @licence MIT
  */
 class GeocodeLib {

+ 0 - 1
Lib/HttpSocketLib.php

@@ -16,7 +16,6 @@ App::uses('CurlLib', 'Tools.Lib');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class HttpSocketLib {
 

+ 0 - 1
Lib/IcalLib.php

@@ -13,7 +13,6 @@ App::uses('TimeLib', 'Tools.Utility');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class IcalLib {
 

+ 0 - 1
Lib/ImapLib.php

@@ -11,7 +11,6 @@
  *
  * @modified 2011-11-13 Mark Scherer
  * @php 5
- * @cakephp 2.x
  *
  * ImapLib for accessing IMAP and POP email accounts
  */

+ 0 - 1
Lib/UserAgentLib.php

@@ -9,7 +9,6 @@ App::uses('CakeRequest', 'Network');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2
  *
  */
 class UserAgentLib extends CakeRequest {

+ 0 - 1
Model/Behavior/DecimalInputBehavior.php

@@ -27,7 +27,6 @@ App::uses('ModelBehavior', 'Model');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  * @deprecated Use NumberFormatBehavior instead!
  */
 class DecimalInputBehavior extends ModelBehavior {

+ 0 - 1
Model/Behavior/GeocoderBehavior.php

@@ -13,7 +13,6 @@ App::uses('GeocodeLib', 'Tools.Lib');
  * If you need 0.0, cast it in your beforeSave() callback.
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @licence MIT
  * @link http://www.dereuromark.de/2012/06/12/geocoding-with-cakephp/
  */

+ 0 - 1
Model/Behavior/NumberFormatBehavior.php

@@ -27,7 +27,6 @@ App::uses('ModelBehavior', 'Model');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class NumberFormatBehavior extends ModelBehavior {
 

+ 0 - 1
Model/Behavior/ResetBehavior.php

@@ -35,7 +35,6 @@ App::uses('ModelBehavior', 'Model');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  * @version 1.0
  */
 class ResetBehavior extends ModelBehavior {

+ 0 - 1
Model/Behavior/RevisionBehavior.php

@@ -107,7 +107,6 @@ App::uses('Hash', 'Utility');
  * @modifed 27. march 2009
  * @version 2.0.6
  * @modified 2012-07-28 Mark Scherer (2.x ready)
- * @cakephp 2.x
  */
 class RevisionBehavior extends ModelBehavior {
 

+ 0 - 1
Model/Behavior/SortableBehavior.php

@@ -15,7 +15,6 @@ App::uses('ModelBehavior', 'Model');
  * Reversed order:
  * The sort value of a new record will be calculated (currently highest + 1).
  *
- * @cakephp 2.x
  * @author Mark Scherer
  * @license MIT
  */

+ 0 - 1
Model/Behavior/TypographicBehavior.php

@@ -3,7 +3,6 @@
  * PHP 5
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 

+ 0 - 1
Model/CodeKey.php

@@ -5,7 +5,6 @@ App::uses('Token', 'Tools.Model');
  * @deprecated - use "Token" class
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class CodeKey extends Token {

+ 0 - 1
Model/ContactForm.php

@@ -4,7 +4,6 @@ App::uses('ToolsAppModel', 'Tools.Model');
 /**
  * "Fake" model to validate all contact forms
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class ContactForm extends ToolsAppModel {

+ 0 - 1
Model/Qlogin.php

@@ -10,7 +10,6 @@ App::uses('CakeSession', 'Model/Datasource');
  * TODO: Remove CodeKey BC
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class Qlogin extends ToolsAppModel {

+ 0 - 1
Model/Qurl.php

@@ -6,7 +6,6 @@ App::uses('Hash', 'Utility');
  * Manage Quick Urls
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class Qurl extends ToolsAppModel {

+ 0 - 1
Model/Token.php

@@ -7,7 +7,6 @@ App::uses('Hash', 'Utility');
  * A generic model to hold tokens
  *
  * @author Mark Scherer
- * @cakephp 2.x
  * @license MIT
  */
 class Token extends ToolsAppModel {

+ 0 - 1
Test/Case/View/Helper/IcalHelperTest.php

@@ -12,7 +12,6 @@ App::uses('View', 'View');
  *
  * @author Mark Scherer
  * @license MIT
- * @cakephp 2.x
  */
 class IcalHelperTest extends MyCakeTestCase {
 

+ 0 - 1
View/Helper/BootstrapHelper.php

@@ -13,7 +13,6 @@ App::uses('AppHelper', 'View/Helper');
  *
  * @license MIT
  * @author Mark Scherer
- * @cakephp 2.x
  * @php 5
  * @version 1.0
  */

+ 0 - 1
View/Helper/TypographyHelper.php

@@ -22,7 +22,6 @@ App::uses('AppHelper', 'View/Helper');
  * For German: "Some quote" might become „Some quote“
  *
  * @modified Mark Scherer
- * @cakephp 2.x
  * @php 5
  * @link http://www.dereuromark.de/2012/08/12/typographic-behavior-and-typography-helper/
  */