Skip to content

Commit

Permalink
Removed outdated note from readme about limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 28, 2016
1 parent aea0efc commit 5f64a1f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,30 +120,6 @@ As you can see, the generated hydrator is 20 times faster than `Zend\Hydrator\Re
and `Zend\Hydrator\ArraySerializable`, and more than 90 times faster than
`Zend\Hydrator\ClassMethods`.

## Limitations

As of current implementation, GeneratedHydrator will not distinguish between properties from following
example:

```php
class Foo
{
private $bar;
}

class Bar extends Foo
{
private $bar;
}

class Baz extends Foo
{
private $bar;
}
```

This will be solved in milestone [1.1.0](https://github.com/Ocramius/GeneratedHydrator/issues?milestone=3)

## Tuning for Production

By default, GeneratedHydrator will generate hydrators on every new request.
Expand Down

0 comments on commit 5f64a1f

Please sign in to comment.