Skip to content

Commit

Permalink
ClearStack - fix PHP doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Aug 12, 2016
1 parent 982358e commit fa43c23
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions PHPDaemon/Exceptions/ClearStack.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace PHPDaemon\Exceptions;

class ClearStack extends \Exception
Expand All @@ -10,14 +11,9 @@ class ClearStack extends \Exception
protected $thread;

/**
* Constructor
* @param string Message
* @param integer Code
* @param [object Thread]
* @param string $msg
* @param integer $code
* @param string $msg Message
* @param integer $code Code
* @param \PHPDaemon\Thread\Generic $thread
* @return mixed
*/
public function __construct($msg, $code, $thread = null)
{
Expand Down

0 comments on commit fa43c23

Please sign in to comment.