Browse Source

Remove superfluous docblock notes

Bryan Crowe 12 years ago
parent
commit
ca864c883c
25 changed files with 0 additions and 52 deletions
  1. 0 2
      src/Console/ConsoleInput.php
  2. 0 4
      src/View/Helper/RssHelper.php
  3. 0 2
      tests/TestCase/Configure/Engine/IniConfigTest.php
  4. 0 2
      tests/TestCase/Configure/Engine/PhpConfigTest.php
  5. 0 2
      tests/TestCase/Controller/Component/Acl/IniAclTest.php
  6. 0 2
      tests/TestCase/Controller/Component/Acl/PhpAclTest.php
  7. 0 2
      tests/TestCase/Routing/Route/PluginShortRouteTest.php
  8. 0 2
      tests/TestCase/Routing/Route/RedirectRouteTest.php
  9. 0 2
      tests/test_app/Plugin/TestPlugin/Config/load.php
  10. 0 2
      tests/test_app/Plugin/TestPlugin/Config/more.load.php
  11. 0 2
      tests/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php
  12. 0 2
      tests/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php
  13. 0 2
      tests/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php
  14. 0 2
      tests/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php
  15. 0 2
      tests/test_app/Plugin/TestPlugin/Controller/TestsController.php
  16. 0 2
      tests/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php
  17. 0 2
      tests/test_app/Plugin/TestPlugin/Vendor/welcome.php
  18. 0 2
      tests/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php
  19. 0 2
      tests/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php
  20. 0 2
      tests/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php
  21. 0 2
      tests/test_app/vendor/Test/MyTest.php
  22. 0 2
      tests/test_app/vendor/Test/hello.php
  23. 0 2
      tests/test_app/vendor/sample/configure_test_vendor_sample.php
  24. 0 2
      tests/test_app/vendor/somename/some.name.php
  25. 0 2
      tests/test_app/vendor/welcome.php

+ 0 - 2
src/Console/ConsoleInput.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * ConsoleInput file.
- *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 4
src/View/Helper/RssHelper.php

@@ -1,9 +1,5 @@
 <?php
 /**
- * RSS Helper class file.
- *
- * Simplifies the output of RSS feeds.
- *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/TestCase/Configure/Engine/IniConfigTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * IniConfigTest
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/TestCase/Configure/Engine/PhpConfigTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * PhpConfigReaderTest
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/TestCase/Controller/Component/Acl/IniAclTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * IniAclTest file.
- *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/TestCase/Controller/Component/Acl/PhpAclTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * PhpAclTest file.
- *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/TestCase/Routing/Route/PluginShortRouteTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Request Test case file.
- *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/TestCase/Routing/Route/RedirectRouteTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Request Test case file.
- *
  * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Config/load.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Test Suite TestPlugin config file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Config/more.load.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Test Suite TestPlugin config file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Controller/TestsController.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/Vendor/welcome.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/vendor/Test/MyTest.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/vendor/Test/hello.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/vendor/sample/configure_test_vendor_sample.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/vendor/somename/some.name.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *

+ 0 - 2
tests/test_app/vendor/welcome.php

@@ -1,7 +1,5 @@
 <?php
 /**
- * Short description for file.
- *
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
  * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *