mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-08-18 02:02:37 +00:00
Updating all @package annotations in doc blocks
This commit is contained in:
parent
21ff9caac7
commit
cfd2d9e00b
547 changed files with 1294 additions and 1294 deletions
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
|
||||
* @package cake.tests.cases.libs.model.datasources
|
||||
* @package Cake.Test.Case.Model.Datasource
|
||||
* @since CakePHP(tm) v 1.2.0.4206
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
@ -30,7 +30,7 @@ class MockDataSource extends DataSource {
|
|||
/**
|
||||
* DboSourceTest class
|
||||
*
|
||||
* @package cake.tests.cases.libs.model.datasources
|
||||
* @package Cake.Test.Case.Model.Datasource
|
||||
*/
|
||||
class DboSourceTest extends CakeTestCase {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue