Skip to content

Commit

Permalink
phpDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
isublimity committed Jun 19, 2018
1 parent 72e33fa commit 8040a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function useSession($useSessionId=false)
return $this;
}
/**
* @return string
* @return mixed
*/
public function getSession()
{
Expand Down
1 change: 0 additions & 1 deletion src/Cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ public function getTables($resultDetail=false)
*/
public function getSizeTable($database_table)
{
$list=[];
$nodes=$this->getNodesByTable($database_table);
// scan need node`s
foreach ($nodes as $node)
Expand Down

0 comments on commit 8040a7f

Please sign in to comment.