Correct doc blocks according to cs guidelines.

Remove superfluous empty lines.
This commit is contained in:
euromark 2014-07-03 15:36:42 +02:00
parent 65d14c7e97
commit 974ca851c2
271 changed files with 1383 additions and 1528 deletions

View file

@ -57,7 +57,7 @@ class TestSource extends DataSource {
/**
* listSources
*
* @return boolean
* @return bool
*/
public function listSources() {
return null;

View file

@ -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() {

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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
*/