Skip to content

Commit

Permalink
Fix: Run 'make cs'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 5, 2018
1 parent 45d60ec commit c372c3d
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion factories/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

$factory->define(\OpenCFP\Domain\Model\User::class, function (\Faker\Generator $faker) {
return [
'email' => $faker->unique()->safeEmail,
Expand Down
1 change: 0 additions & 1 deletion migrations/0_schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class Schema extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20140823091041_favorites.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class Favorites extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20140828144530_add_id_to_speaker_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AddIdToSpeakerTable extends AbstractMigration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AddHotelAndTransportationCostFields extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20140902174929_remove_speaker_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class RemoveSpeakerTable extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20141121173412_add_talk_meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AddTalkMeta extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20141122213222_create_talk_comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class CreateTalkComment extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20141201172522_alter_user_column_defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AlterUserColumnDefaults extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20141203111136_alter_talk_column_defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AlterTalkColumnDefaults extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20150518024706_create_league_oauth_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class CreateLeagueOauthTables extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20150519122926_reset_photo_paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use OpenCFP\Infrastructure\Crypto\PseudoRandomStringGenerator;
use Phinx\Migration\AbstractMigration;
use Symfony\Component\HttpFoundation\File\File;
Expand Down
1 change: 0 additions & 1 deletion migrations/20150702132854_fix_defaults_for_users_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class FixDefaultsForUsersTable extends AbstractMigration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AlterTalkColumnsAllowNull extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20151214140200_airports.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class Airports extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20160106061843_fix_zero_dates.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class FixZeroDates extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20161224211743_talks_tags_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class TalksTagsMigration extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20171019025925_add_needs_profile_flag.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class AddNeedsProfileFlag extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20171107125309_reviewer_role_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class ReviewerRoleMigration extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20171120102354_sentinel_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

/**
Expand Down
1 change: 0 additions & 1 deletion migrations/20171120112704_activate_user_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Cartalyst\Sentinel\Native\Facades\Sentinel;
use Cartalyst\Sentinel\Users\EloquentUser;
use Illuminate\Database\Capsule\Manager as Capsule;
Expand Down
1 change: 0 additions & 1 deletion migrations/20171120122725_roles_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class RolesMigration extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20171120123411_user_roles_migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Cartalyst\Sentinel\Native\Facades\Sentinel;
use Illuminate\Database\Capsule\Manager as Capsule;
use Phinx\Migration\AbstractMigration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

class RemoveUselessItemsMigration extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion migrations/20171129142655_use_non_nullable_boolean.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Phinx\Migration\AbstractMigration;

final class UseNonNullableBoolean extends AbstractMigration
Expand Down
1 change: 0 additions & 1 deletion phinx.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use OpenCFP\Environment;
use OpenCFP\Kernel;

Expand Down
1 change: 0 additions & 1 deletion tests/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

use Illuminate\Database\Eloquent\Factory;

if (!\function_exists('factory')) {
Expand Down
1 change: 0 additions & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

require_once __DIR__ . '/../vendor/autoload.php';

use OpenCFP\Environment;
Expand Down
1 change: 0 additions & 1 deletion web/index_dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
* @see https://github.com/opencfp/opencfp
*/

$filename = __DIR__ . \preg_replace('#(\?.*)$#', '', $_SERVER['REQUEST_URI']);

if (PHP_SAPI === 'cli-server' && \is_file($filename)) {
Expand Down

0 comments on commit c372c3d

Please sign in to comment.