mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-18 19:17:59 -04:00
implementing recommendations of scrutinizer
This commit is contained in:
parent
9b2af0abf5
commit
bbcc3e167b
19 changed files with 45 additions and 107 deletions
|
@ -61,7 +61,6 @@ class Comment extends AbstractModel
|
|||
*
|
||||
* @access public
|
||||
* @throws Exception
|
||||
* @return void
|
||||
*/
|
||||
public function store()
|
||||
{
|
||||
|
@ -101,7 +100,6 @@ class Comment extends AbstractModel
|
|||
*
|
||||
* @access public
|
||||
* @throws Exception
|
||||
* @return void
|
||||
*/
|
||||
public function delete()
|
||||
{
|
||||
|
@ -129,7 +127,6 @@ class Comment extends AbstractModel
|
|||
* @access public
|
||||
* @param Paste $paste
|
||||
* @throws Exception
|
||||
* @return void
|
||||
*/
|
||||
public function setPaste(Paste $paste)
|
||||
{
|
||||
|
@ -154,7 +151,6 @@ class Comment extends AbstractModel
|
|||
* @access public
|
||||
* @param string $id
|
||||
* @throws Exception
|
||||
* @return void
|
||||
*/
|
||||
public function setParentId($id)
|
||||
{
|
||||
|
@ -184,7 +180,6 @@ class Comment extends AbstractModel
|
|||
* @access public
|
||||
* @param string $nickname
|
||||
* @throws Exception
|
||||
* @return void
|
||||
*/
|
||||
public function setNickname($nickname)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue