Skip to content

Commit

Permalink
Merge pull request #15037 from phalcon/fix/interpolator-mapper
Browse files Browse the repository at this point in the history
Removed InterpolatorFactory::${mapper,services}
  • Loading branch information
sergeyklay authored May 13, 2020
2 parents ce444d5 + ce49357 commit d59613f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 55 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
- Rollback the regression changes for `Phalcon\Mvc\Model\Query::_prepareSelect` to properly prepare a SQL `SELECT` statement from a PHQL one [#14657](https://github.com/phalcon/cphalcon/issues/14657)
- Fixed `SerializerInterface` usage for `Phalcon\Mvc\Model\Resultset\Complex::unserialize` as well as `Phalcon\Mvc\Model\Resultset\Complex::unserialize` [#14942](https://github.com/phalcon/cphalcon/issues/14942)

## Removed
- Removed `Phalcon\Translate\InterpolatorFactory::$mapper` as well as `Phalcon\Translate\InterpolatorFactory::$services` in favor of `Phalcon\Factory\AbstractFactory` ones [#15036](https://github.com/phalcon/cphalcon/issues/15036)

# [4.0.5](https://github.com/phalcon/cphalcon/releases/tag/v4.0.5) (2020-03-07)
## Added

Expand Down
45 changes: 1 addition & 44 deletions ext/phalcon/translate/interpolatorfactory.zep.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ext/phalcon/translate/interpolatorfactory.zep.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions phalcon/Translate/InterpolatorFactory.zep
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ use Phalcon\Translate\Interpolator\InterpolatorInterface;

class InterpolatorFactory extends AbstractFactory
{
/**
* @var array
*/
private mapper = [];

/**
* @var array
*/
private services = [];

/**
* AdapterFactory constructor.
*/
Expand Down

0 comments on commit d59613f

Please sign in to comment.