rathena / FluxCP

Missing function/class method doc comment PHP-D1002
Documentation
Minor
2 occurrences in this check
Doc comment missing for class method checkServGroup
475        }
476    }
477
478    private function checkServGroup()479    {
480        $sql = "SELECT COUNT(account_id) AS acc_id_count FROM {$servGroup->loginDatabase}.login WHERE sex != 'S' AND group_id >= 0 AND account_id = ?";
481        $sth = $servGroup->connection->getStatement($sql);
Doc comment missing for class method createTransaction
354        }
355    }
356
357    private function createTransaction($payload)358    {
359        $customArray  = @unserialize(base64_decode((string)$payload['client_reference_id']));
360        $customArray  = $customArray && is_array($customArray) ? $customArray : array();