doc bloc corrections

This commit is contained in:
El RIDO
2016-08-09 13:07:11 +02:00
parent c2efe2e609
commit 5b7b234821
4 changed files with 8 additions and 8 deletions

View File

@@ -306,7 +306,7 @@ class Database extends AbstractData
*
* @access public
* @param string $pasteid
* @return void
* @return bool
*/
public function exists($pasteid)
{
@@ -394,7 +394,7 @@ class Database extends AbstractData
* @param string $pasteid
* @param string $parentid
* @param string $commentid
* @return void
* @return bool
*/
public function existsComment($pasteid, $parentid, $commentid)
{