Skip to content

Commit c372c3d

Browse files
committed
Fix: Run 'make cs'
1 parent 45d60ec commit c372c3d

29 files changed

+0
-29
lines changed

factories/Common.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
$factory->define(\OpenCFP\Domain\Model\User::class, function (\Faker\Generator $faker) {
1514
return [
1615
'email' => $faker->unique()->safeEmail,

migrations/0_schema.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class Schema extends AbstractMigration

migrations/20140823091041_favorites.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class Favorites extends AbstractMigration

migrations/20140828144530_add_id_to_speaker_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AddIdToSpeakerTable extends AbstractMigration

migrations/20140828145029_add_hotel_and_transportation_cost_fields.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AddHotelAndTransportationCostFields extends AbstractMigration

migrations/20140902174929_remove_speaker_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class RemoveSpeakerTable extends AbstractMigration

migrations/20141121173412_add_talk_meta.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AddTalkMeta extends AbstractMigration

migrations/20141122213222_create_talk_comment.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class CreateTalkComment extends AbstractMigration

migrations/20141201172522_alter_user_column_defaults.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AlterUserColumnDefaults extends AbstractMigration

migrations/20141203111136_alter_talk_column_defaults.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AlterTalkColumnDefaults extends AbstractMigration

migrations/20150518024706_create_league_oauth_tables.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class CreateLeagueOauthTables extends AbstractMigration

migrations/20150519122926_reset_photo_paths.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use OpenCFP\Infrastructure\Crypto\PseudoRandomStringGenerator;
1514
use Phinx\Migration\AbstractMigration;
1615
use Symfony\Component\HttpFoundation\File\File;

migrations/20150702132854_fix_defaults_for_users_table.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class FixDefaultsForUsersTable extends AbstractMigration

migrations/20151012165609_alter_talk_columns_allow_null.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AlterTalkColumnsAllowNull extends AbstractMigration

migrations/20151214140200_airports.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class Airports extends AbstractMigration

migrations/20160106061843_fix_zero_dates.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class FixZeroDates extends AbstractMigration

migrations/20161224211743_talks_tags_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class TalksTagsMigration extends AbstractMigration

migrations/20171019025925_add_needs_profile_flag.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class AddNeedsProfileFlag extends AbstractMigration

migrations/20171107125309_reviewer_role_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class ReviewerRoleMigration extends AbstractMigration

migrations/20171120102354_sentinel_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
/**

migrations/20171120112704_activate_user_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Cartalyst\Sentinel\Native\Facades\Sentinel;
1514
use Cartalyst\Sentinel\Users\EloquentUser;
1615
use Illuminate\Database\Capsule\Manager as Capsule;

migrations/20171120122725_roles_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class RolesMigration extends AbstractMigration

migrations/20171120123411_user_roles_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Cartalyst\Sentinel\Native\Facades\Sentinel;
1514
use Illuminate\Database\Capsule\Manager as Capsule;
1615
use Phinx\Migration\AbstractMigration;

migrations/20171128134740_remove_useless_items_migration.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
class RemoveUselessItemsMigration extends AbstractMigration

migrations/20171129142655_use_non_nullable_boolean.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Phinx\Migration\AbstractMigration;
1514

1615
final class UseNonNullableBoolean extends AbstractMigration

phinx.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use OpenCFP\Environment;
1514
use OpenCFP\Kernel;
1615

tests/helpers.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
use Illuminate\Database\Eloquent\Factory;
1514

1615
if (!\function_exists('factory')) {

web/index.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
require_once __DIR__ . '/../vendor/autoload.php';
1514

1615
use OpenCFP\Environment;

web/index_dev.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* @see https://github.com/opencfp/opencfp
1212
*/
13-
1413
$filename = __DIR__ . \preg_replace('#(\?.*)$#', '', $_SERVER['REQUEST_URI']);
1514

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

0 commit comments

Comments
 (0)