Skip to content

Commit

Permalink
Phan
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 13, 2024
1 parent e687380 commit 85ff50e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/src/Environment/ExtensionDownload/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace QIT_CLI\Environment\ExtensionDownload;

use QIT_CLI\Environment\ExtensionDownload\Handlers\Handler;

class Extension {
/** @var string */
public $extension_identifier;
Expand All @@ -13,7 +11,7 @@ class Extension {

/**
* @var string A FQDN for an instance of Handler.
* @see Handler
* @see \QIT_CLI\Environment\ExtensionDownload\Handlers\Handler
*/
public $handler;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace QIT_CLI\Environment\ExtensionDownload\Handlers;

use QIT_CLI\App;
use QIT_CLI\Environment\Environments\EnvInfo;
use QIT_CLI\Environment\ExtensionDownload\Extension;
use QIT_CLI\Environment\ExtensionDownload\ExtensionZip;

Expand Down

0 comments on commit 85ff50e

Please sign in to comment.