Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
1.3.0 readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 13, 2016
2 parents f22eb59 + 71e628c commit 3acc4dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.3.0 - TBD
## 1.3.0 - 2016-07-13

### Added

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev",
"dev-develop": "1.3-dev"
"dev-master": "1.3-dev",
"dev-develop": "1.4-dev"
},
"zf": {
"module": "ZF\\ContentValidation"
Expand Down
2 changes: 1 addition & 1 deletion src/Validator/Db/NoRecordExistsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __invoke(ContainerInterface $container, $requestedName, array $o
* @param ServiceLocatorInterface $validators
* @return NoRecordExists
*/
public function createService(ServiceLocatorInterface $container, $name = null, $requestedName = null)
public function createService(ServiceLocatorInterface $validators)
{
$container = $validators->getServiceLocator() ?: $validators;
return $this($container, NoRecordExists::class, $this->options);
Expand Down

0 comments on commit 3acc4dd

Please sign in to comment.