Skip to content

Commit

Permalink
deprecation php 8.2 (#42451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Dec 13, 2023
1 parent bce01c4 commit 8e956a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions installation/src/Application/CliInstallationApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ final class CliInstallationApplication extends Application implements CMSApplica
*/
protected $session;

/**
* The client application Id
*
* @var Integer
* @since __DEPLOY_VERSION__
*/
protected $clientId;

/**
* Class constructor.
*
Expand Down

0 comments on commit 8e956a1

Please sign in to comment.