Skip to content
Snippets Groups Projects
Unverified Commit cac94eb6 authored by David Buchmann's avatar David Buchmann Committed by GitHub
Browse files

Merge pull request #25 from php-http/fix-cs

cleanup configuration of cs
parents 4c4c1f9b 2f593878
Branches
Tags
No related merge requests found
......@@ -6,5 +6,3 @@ finder:
path:
- "src"
enabled:
- short_array_syntax
......@@ -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