Skip to content

Commit

Permalink
Merge pull request #50 from staabm/patch-1
Browse files Browse the repository at this point in the history
Removed outdated note from readme about limitations
  • Loading branch information
Ocramius committed Apr 29, 2016
2 parents aea0efc + 5f64a1f commit 6b352a6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
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 6b352a6

Please sign in to comment.