Skip to content

Commit

Permalink
Fix Psalm errors on different Laravel versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Staa committed Jun 11, 2021
1 parent 0546b52 commit 77f5833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions src/Commands/RegisterSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@ class RegisterSchema extends Command

/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'lighthouse-apollo:register-schema';

/**
* The console command description.
*
* @var string
*/
protected $description = 'Send the current schema to Apollo Studio';

Expand Down
14 changes: 1 addition & 13 deletions src/Commands/SubmitTracing.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,18 @@ class SubmitTracing extends Command
{
/**
* The name and signature of the console command.
*
* @var string
*/
protected $signature = 'lighthouse-apollo:submit-tracing';

/**
* The console command description.
*
* @var string
*/
protected $description = 'Send the pending tracing results from Redis or the database to Apollo Studio.';

/**
* @var Config
*/
private Config $config;

/**
* @var SchemaSourceProvider
*/
private SchemaSourceProvider $schemaSourceProvider;
/**
* @var RedisConnector
*/

private RedisConnector $redisConnector;

/**
Expand Down

0 comments on commit 77f5833

Please sign in to comment.