mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 02:22:39 +00:00
Correct doc blocks according to cs guidelines.
Remove superfluous empty lines.
This commit is contained in:
parent
65d14c7e97
commit
974ca851c2
271 changed files with 1383 additions and 1528 deletions
|
@ -57,7 +57,7 @@ class TestSource extends DataSource {
|
|||
/**
|
||||
* listSources
|
||||
*
|
||||
* @return boolean
|
||||
* @return bool
|
||||
*/
|
||||
public function listSources() {
|
||||
return null;
|
||||
|
|
|
@ -33,7 +33,7 @@ class MysqlTest extends CakeTestCase {
|
|||
/**
|
||||
* autoFixtures property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $autoFixtures = false;
|
||||
|
||||
|
@ -196,7 +196,6 @@ class MysqlTest extends CakeTestCase {
|
|||
/**
|
||||
* testTinyintCasting method
|
||||
*
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testTinyintCasting() {
|
||||
|
@ -236,7 +235,6 @@ class MysqlTest extends CakeTestCase {
|
|||
/**
|
||||
* testLastAffected method
|
||||
*
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testLastAffected() {
|
||||
|
|
|
@ -67,7 +67,7 @@ class PostgresTestModel extends Model {
|
|||
/**
|
||||
* useTable property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $useTable = false;
|
||||
|
||||
|
@ -148,7 +148,7 @@ class PostgresClientTestModel extends Model {
|
|||
/**
|
||||
* useTable property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $useTable = false;
|
||||
|
||||
|
@ -180,7 +180,7 @@ class PostgresTest extends CakeTestCase {
|
|||
* Do not automatically load fixtures for each test, they will be loaded manually
|
||||
* using CakeTestCase::loadFixtures
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $autoFixtures = false;
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ class SqliteTest extends CakeTestCase {
|
|||
/**
|
||||
* Do not automatically load fixtures for each test, they will be loaded manually using CakeTestCase::loadFixtures
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $autoFixtures = false;
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ class SqlserverTestModel extends CakeTestModel {
|
|||
/**
|
||||
* useTable property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $useTable = false;
|
||||
|
||||
|
@ -182,7 +182,7 @@ class SqlserverClientTestModel extends CakeTestModel {
|
|||
/**
|
||||
* useTable property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $useTable = false;
|
||||
|
||||
|
@ -248,7 +248,7 @@ class SqlserverTest extends CakeTestCase {
|
|||
/**
|
||||
* autoFixtures property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $autoFixtures = false;
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ class DboSourceTest extends CakeTestCase {
|
|||
/**
|
||||
* autoFixtures property
|
||||
*
|
||||
* @var boolean
|
||||
* @var bool
|
||||
*/
|
||||
public $autoFixtures = false;
|
||||
|
||||
|
@ -542,7 +542,6 @@ class DboSourceTest extends CakeTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @expectedException PDOException
|
||||
* @return void
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue