Fix code standards, update language files.

This commit is contained in:
James Brooks
2015-06-16 09:07:49 +01:00
parent 49411d8568
commit 9d879b162e
84 changed files with 613 additions and 613 deletions

View File

@@ -17,8 +17,6 @@ class AlterTableComponentGroupsAddOrder extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
@@ -30,8 +28,6 @@ class AlterTableComponentGroupsAddOrder extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{

View File

@@ -3,9 +3,7 @@
/*
* This file is part of Cachet.
*
* (c) James Brooks <james@cachethq.io>
* (c) Joseph Cohen <joseph.cohen@dinkbit.com>
* (c) Graham Campbell <graham@mineuk.com>
* (c) Cachet HQ <support@cachethq.io>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
@@ -19,8 +17,6 @@ class AlterTableIncidentsAddVisibileColumn extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
@@ -33,8 +29,6 @@ class AlterTableIncidentsAddVisibileColumn extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{

View File

@@ -16,8 +16,6 @@ class CreateJobsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
@@ -35,8 +33,6 @@ class CreateJobsTable extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{

View File

@@ -16,8 +16,6 @@ class CreateFailedJobsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
@@ -32,8 +30,6 @@ class CreateFailedJobsTable extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{

View File

@@ -17,8 +17,6 @@ class AlterTableComponentsDropUserIdColumn extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
@@ -29,8 +27,6 @@ class AlterTableComponentsDropUserIdColumn extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{

View File

@@ -17,8 +17,6 @@ class AlterTableIncidentsDropUserIdColumn extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
@@ -29,8 +27,6 @@ class AlterTableIncidentsDropUserIdColumn extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{