Skip to content

Commit

Permalink
#992 Fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Aug 27, 2024
1 parent 3dd354b commit 902055b
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions library/Application/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,13 @@
*/
class Application_Update extends Application_Update_PluginAbstract
{
/**
* Path to update scripts.
*
* @var string
*/
/** @var string Path to update scripts. */
private $scriptsPath = '/scripts/update';

/**
* Enables confirmation before an update step is executed.
*
* @var bool
*/
/** @var bool Enables confirmation before an update step is executed. */
private $confirmSteps = false;

/**
* Shell command for executing scripts.
*/
/** @var string Shell command for executing scripts. */
private $shellCommand = 'php';

/**
Expand Down

0 comments on commit 902055b

Please sign in to comment.