summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-14 21:49:25 +0300
committerAndrew Dolgov <[email protected]>2021-11-14 21:49:25 +0300
commitb1fbce6fea2543090b2ca1682d8261d15ab8f72a (patch)
tree41697a8ae1ee1f1209f0678404432b6be5e4fba9
parentf9e574701b89270b2be1606119a9d4aed46b6113 (diff)
fix phpstan warnings
-rw-r--r--init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.php b/init.php
index a77ddff..c47c89e 100644
--- a/init.php
+++ b/init.php
@@ -1,5 +1,7 @@
<?php
class UI_Gravatar extends Plugin {
+
+ /** @var string */
private $gravatar_hash = "";
function about() {