Skip to content

Commit

Permalink
ENGCOM-3186: Fix the typo in PHPDoc comment #18600
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Oct 17, 2018
2 parents 4990c46 + 4c0768d commit 2825529
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
*/
class BackendModel extends Value
{
/** Maximum dmin session lifetime; 1 year*/
/** Maximum admin session lifetime; 1 year*/
const MAX_LIFETIME = 31536000;

/** Minimum admin session lifetime */
const MIN_LIFETIME = 60;

/**
* Processing object before save data
*
* @since 100.1.0
* @throws LocalizedException
*/
public function beforeSave()
{
Expand Down

0 comments on commit 2825529

Please sign in to comment.