Skip to content
Snippets Groups Projects
Unverified Commit bb482060 authored by StyleCI Bot's avatar StyleCI Bot
Browse files

Apply fixes from StyleCI

parent b75c39ae
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@ final class FulfilledPromise implements Promise
*/
private $result;
/**
* @param $result
*/
public function __construct($result)
{
$this->result = $result;
......
......@@ -14,9 +14,6 @@ final class RejectedPromise implements Promise
*/
private $exception;
/**
* @param \Exception $exception
*/
public function __construct(\Exception $exception)
{
$this->exception = $exception;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment