Skip to content

Commit

Permalink
PHPStorm suggested changing this the properties to protected (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernautsei committed May 3, 2022
1 parent faadfff commit 512afc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/ESign/DbRow/Signable.php
Expand Up @@ -32,8 +32,8 @@
abstract class DbRow_Signable implements SignableIF
{
private $_signatures = array();
private $_tableId = null;
private $_tableName = null;
protected $_tableId = null;
protected $_tableName = null;
private $_verification = null;

public function __construct($tableId, $tableName)
Expand Down

0 comments on commit 512afc0

Please sign in to comment.