Skip to content

Commit

Permalink
#272 - Removing redundant note about factories supporting the new sig…
Browse files Browse the repository at this point in the history
…natures
  • Loading branch information
Ocramius committed Jan 28, 2016
1 parent 6e4204e commit f24e60d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class SayHello
}
```

Every factory in the `ProxyManager\Factory` namespace is now capable of dealing with
this type of API.

#### PHP 7 Scalar type hints

ProxyManager will now correctly mimic signatures of methods with scalar type hints
Expand All @@ -44,9 +41,6 @@ class SayHello
}
```

Every factory in the `ProxyManager\Factory` namespace is now capable of dealing with
this type of API.

### PHP 5.6 Variadics support

ProxyManager will now correctly mimic behavior of methods with variadic parameters:
Expand Down

0 comments on commit f24e60d

Please sign in to comment.