Skip to content

Commit

Permalink
Merge pull request #235 from ravage84/cs
Browse files Browse the repository at this point in the history
CS
  • Loading branch information
steinkel committed Nov 12, 2015
2 parents e8f2dd3 + eaab15b commit 166aeea
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion Console/Command/MigrationShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/**
* Migration shell.
*
*/
class MigrationShell extends AppShell {

Expand Down
2 changes: 0 additions & 2 deletions Lib/CakeMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

/**
* Base Class for Migration management
*
*/
class CakeMigration extends Object {

Expand Down Expand Up @@ -637,7 +636,6 @@ public function generateModel($name, $table = null, $options = array()) {

/**
* Exception used when something goes wrong on migrations
*
*/
class MigrationException extends Exception {

Expand Down
2 changes: 0 additions & 2 deletions Lib/MigrationVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/**
* Migration version management.
*
*/
class MigrationVersion {

Expand Down Expand Up @@ -492,7 +491,6 @@ protected function _enumerateOldMigrations($type) {

/**
* Usually used when migrations file/class or map files are not found
*
*/
class MigrationVersionException extends Exception {

Expand Down
1 change: 0 additions & 1 deletion Lib/Panel/MigrationsPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* 'panels' => array('Migrations.migrations')
* ));
* @@@
*
*/
class MigrationsPanel extends DebugPanel {

Expand Down
2 changes: 0 additions & 2 deletions Test/Case/Console/Command/MigrationShellTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* TestMigrationShell
*
*/
class TestMigrationShell extends MigrationShell {

Expand Down Expand Up @@ -64,7 +63,6 @@ public function writeMigration($name, $class, $migration) {

/**
* MigrationShellTest
*
*/
class MigrationShellTest extends CakeTestCase {

Expand Down
1 change: 0 additions & 1 deletion Test/Case/Lib/Migration/PrecheckConditionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* TestPrecheckCakeMigration
*
*/
class TestPrecheckCakeMigration extends CakeMigration {

Expand Down
3 changes: 0 additions & 3 deletions Test/Case/Lib/Model/CakeMigrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

/**
* TestCakeMigration
*
*/
class TestCakeMigration extends CakeMigration {

Expand All @@ -28,7 +27,6 @@ class TestCakeMigration extends CakeMigration {

/**
* TestCallbackCakeMigration
*
*/
class TestCallbackCakeMigration {

Expand Down Expand Up @@ -89,7 +87,6 @@ public function afterAction(&$Migration, $type, $data) {

/**
* CakeMigrationTest
*
*/
class CakeMigrationTest extends CakeTestCase {

Expand Down

0 comments on commit 166aeea

Please sign in to comment.