Merge pull request #1510 from reijnnn/fix-worksheet-protection

Delete unnecessary class member
This commit is contained in:
Adrien Crivelli 2020-07-26 12:03:01 +09:00 committed by GitHub
commit 234580323e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -143,13 +143,6 @@ class Protection
*/
private $algorithm = '';
/**
* Hash value.
*
* @var string
*/
private $hash = '';
/**
* Salt value.
*